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