makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: 51fd64e68702b240374fb9428d702dc04bf81db2
Message: 0.5.1
diff --git a/.SRCINFO b/.SRCINFO
index d7a4ffc..fe7ba12 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.0
+pkgver = 0.5.1
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.5.0/sccache-v0.5.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 9bc9318b94a4ac718b916eea0102aa520d73d098d86779767c1cb7562b705b0c
+source = https://github.com/mozilla/sccache/releases/download/v0.5.1/sccache-v0.5.1-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 07699bdc132d6a346d985deab6c77a94f958c085a92779d1f533ec4c9ee6b7bf
diff --git a/PKGBUILD b/PKGBUILD
index 95a6401..d4698a9 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.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='sccache is ccache with cloud storage'
arch=(amd64)
@@ -14,7 +14,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=('9bc9318b94a4ac718b916eea0102aa520d73d098d86779767c1cb7562b705b0c')
+sha256sums=('07699bdc132d6a346d985deab6c77a94f958c085a92779d1f533ec4c9ee6b7bf')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"