makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: c12c832a4c68a4982b2cf9ba444060098853bed5
Message: v0.5.3
diff --git a/.SRCINFO b/.SRCINFO
index d512070..83d5519 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.5.2
+pkgver = 0.5.3
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.5.2/sccache-v0.5.2-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 75268b6f3e379d97140b24da4fda8c1b3b4778c7ca67a6b8b804999321ec8c48
+source = https://github.com/mozilla/sccache/releases/download/v0.5.3/sccache-v0.5.3-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 56a61d8452a9274c92b33b3055ba371fa3e8ec9cfcac510581dbe8e27d099ae3
diff --git a/PKGBUILD b/PKGBUILD
index f511f16..f04f671 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.5.2
+pkgver=0.5.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=('75268b6f3e379d97140b24da4fda8c1b3b4778c7ca67a6b8b804999321ec8c48')
+sha256sums=('56a61d8452a9274c92b33b3055ba371fa3e8ec9cfcac510581dbe8e27d099ae3')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"