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