makedeb


sccache-bin 0.7.7-1


sccache is ccache with cloud storage

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

Commit:


Hash: eb072c3106a18ccd2b11d114c15720c8de582e6a

Message: v0.4.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2cf2a0e..baf53db 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.3.3
+pkgver = 0.4.1
 url = https://github.com/mozilla/sccache
 arch = amd64
 conflicts = sccache
 provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 427bd2151a1b01cd9b094d842e22c445b30f3c645f171a9a62ea55270f06bf23
+source = https://github.com/mozilla/sccache/releases/download/v0.4.1/sccache-v0.4.1-x86_64-unknown-linux-musl.tar.gz
+sha256sums = f077d92ca86d71bc55aebeeb6e8dc557fef481446ccc82504aeedf1fe6e1f657
diff --git a/PKGBUILD b/PKGBUILD
index 9886600..85ba705 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.3.3
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='sccache is ccache with cloud storage'
 arch=(amd64)
@@ -15,7 +15,7 @@ source=(
   "https://github.com/mozilla/sccache/releases/download/v$pkgver/sccache-v$pkgver-x86_64-unknown-linux-musl.tar.gz"
 )
 sha256sums=(
-  '427bd2151a1b01cd9b094d842e22c445b30f3c645f171a9a62ea55270f06bf23'
+  'f077d92ca86d71bc55aebeeb6e8dc557fef481446ccc82504aeedf1fe6e1f657'
 )
 
 package() {