makedeb


sccache-bin 0.8.0-1


sccache is ccache with cloud storage

Click here to go back to the commit logs for sccache-bin.

Commit:


Hash: 8b47c44ed505f91bf21b2c95ab5514e4ba981b59

Message: v0.8.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c890f56..519f41e 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.7
+pkgver = 0.8.0
 url = https://github.com/mozilla/sccache
 arch = amd64
 conflicts = sccache
 provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
-sha256sums = ed0010b4dcaccce42b9dc8699257134a113d0ca16dfb7db890356135218322c9
+source = https://github.com/mozilla/sccache/releases/download/v0.8.0/sccache-v0.8.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 2e0e7df61bc7dcf61fd65c1b345d05cd1f832598a15c6f42e7e21f86b8d39b1f
diff --git a/PKGBUILD b/PKGBUILD
index c52658c..c6561d6 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.7
+pkgver=0.8.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=('ed0010b4dcaccce42b9dc8699257134a113d0ca16dfb7db890356135218322c9')
+sha256sums=('2e0e7df61bc7dcf61fd65c1b345d05cd1f832598a15c6f42e7e21f86b8d39b1f')
 
 package() {
   install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"