makedeb
sccache is ccache with cloud storage
Click here to go back to the commit logs for sccache-bin.
Hash: 5c2e3ee43e3459153645c822f2697b8cda780a3a
Message: 0.5.2
diff --git a/.SRCINFO b/.SRCINFO
index bf5d4a8..d512070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ generated-by = makedeb
pkgname = sccache-bin
pkgbase = sccache-bin
pkgdesc = sccache is ccache with cloud storage
-pkgrel = 2
-pkgver = 0.5.1
+pkgrel = 1
+pkgver = 0.5.2
url = https://github.com/mozilla/sccache
arch = amd64
conflicts = sccache
provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.5.1/sccache-v0.5.1-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 07699bdc132d6a346d985deab6c77a94f958c085a92779d1f533ec4c9ee6b7bf
+source = https://github.com/mozilla/sccache/releases/download/v0.5.2/sccache-v0.5.2-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 75268b6f3e379d97140b24da4fda8c1b3b4778c7ca67a6b8b804999321ec8c48
diff --git a/PKGBUILD b/PKGBUILD
index 8684961..f511f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Your Name <foobar@example.com>
# vim: set sw=4 expandtab:
pkgname=sccache-bin
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc='sccache is ccache with cloud storage'
arch=(amd64)
depends=()
@@ -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=('07699bdc132d6a346d985deab6c77a94f958c085a92779d1f533ec4c9ee6b7bf')
+sha256sums=('75268b6f3e379d97140b24da4fda8c1b3b4778c7ca67a6b8b804999321ec8c48')
package() {
install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"