makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: a07e5866a0dac2985d2914e8252a1229cae278ab
Message: v0.9.0
diff --git a/.SRCINFO b/.SRCINFO
index 1e8fae2..dd78507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,10 @@ pkgname = sccache-bin
pkgbase = sccache-bin
pkgdesc = sccache is ccache with cloud storage
pkgrel = 1
-pkgver = 0.8.2
+pkgver = 0.9.0
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.8.2/sccache-v0.8.2-x86_64-unknown-linux-musl.tar.gz
-sha256sums = ecda4ddc89a49f1ec6f35bdce5ecbf6f205b399a680d11119d4ce9f6d962104e
+source = https://github.com/mozilla/sccache/releases/download/v0.9.0/sccache-v0.9.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = f29522f9aa70aa929b7e76b6d4a1286196b17668ea753e5687899a8f7e4b9d3e
diff --git a/PKGBUILD b/PKGBUILD
index 8d8b4fd..ed268a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Your Name <foobar@example.com>
# vim: set sw=4 expandtab:
pkgname=sccache-bin
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc='sccache is ccache with cloud storage'
arch=(amd64)
@@ -15,7 +15,7 @@ url='https://github.com/mozilla/sccache'
source=(
"https://github.com/mozilla/sccache/releases/download/v$pkgver/sccache-v$pkgver-x86_64-unknown-linux-musl.tar.gz"
)
-sha256sums=('ecda4ddc89a49f1ec6f35bdce5ecbf6f205b399a680d11119d4ce9f6d962104e')
+sha256sums=('f29522f9aa70aa929b7e76b6d4a1286196b17668ea753e5687899a8f7e4b9d3e')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"