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