makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: 6dc836f19149fa073979c16c1ef5d4edf54d9219
Message: v0.7.2
diff --git a/.SRCINFO b/.SRCINFO
index 9869812..04422de 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.7.1
+pkgver = 0.7.2
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.7.1/sccache-v0.7.1-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 610d2ffc994d2250b6e2105ed2be029f2906abead0425e0c947ba33b5903f129
+source = https://github.com/mozilla/sccache/releases/download/v0.7.2/sccache-v0.7.2-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 5132f9ba985eba31baa9f8f6e8e67533e8d84c9b7039d090f8cddfda4427560a
diff --git a/PKGBUILD b/PKGBUILD
index 4337b00..a83ae3b 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.7.1
+pkgver=0.7.2
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=('610d2ffc994d2250b6e2105ed2be029f2906abead0425e0c947ba33b5903f129')
+sha256sums=('5132f9ba985eba31baa9f8f6e8e67533e8d84c9b7039d090f8cddfda4427560a')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"