makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: dfb086cedd6f5efeace1540424e4f20ab3d3d498
Message: v0.7.0
diff --git a/.SRCINFO b/.SRCINFO
index 6e6d0a4..43c1d3c 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.6.0
+pkgver = 0.7.0
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.6.0/sccache-v0.6.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = a0c7d5d072d7ce1cf3320cffdb7b7129fd86226d00f299f572898bb3940c10f5
+source = https://github.com/mozilla/sccache/releases/download/v0.7.0/sccache-v0.7.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 963391335d325c470a8f05df8575d4014bb3a7e76eef3dc5a91518db83989701
diff --git a/PKGBUILD b/PKGBUILD
index f7ed595..a355991 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.6.0
+pkgver=0.7.0
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=('a0c7d5d072d7ce1cf3320cffdb7b7129fd86226d00f299f572898bb3940c10f5')
+sha256sums=('963391335d325c470a8f05df8575d4014bb3a7e76eef3dc5a91518db83989701')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"