makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: 70b8a8dfd47c47096f9fa7846d4fe7e4d2466a3a
Message: v0.7.7
diff --git a/.SRCINFO b/.SRCINFO
index bf3fb8c..c890f56 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.6
+pkgver = 0.7.7
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.7.6/sccache-v0.7.6-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 2902a5e44c3342132f07b62e70cca75d9b23252922faf3b924f449808cc1ae58
+source = https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
+sha256sums = ed0010b4dcaccce42b9dc8699257134a113d0ca16dfb7db890356135218322c9
diff --git a/PKGBUILD b/PKGBUILD
index 3d5161d..c52658c 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.6
+pkgver=0.7.7
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=('2902a5e44c3342132f07b62e70cca75d9b23252922faf3b924f449808cc1ae58')
+sha256sums=('ed0010b4dcaccce42b9dc8699257134a113d0ca16dfb7db890356135218322c9')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"