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: 7b6bd31dabafcd4cac566c92a59af626565ce9cb

Message: v0.4.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index baf53db..871d099 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.4.1
+pkgver = 0.4.2
 url = https://github.com/mozilla/sccache
 arch = amd64
 conflicts = sccache
 provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.4.1/sccache-v0.4.1-x86_64-unknown-linux-musl.tar.gz
-sha256sums = f077d92ca86d71bc55aebeeb6e8dc557fef481446ccc82504aeedf1fe6e1f657
+source = https://github.com/mozilla/sccache/releases/download/v0.4.2/sccache-v0.4.2-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 4cf08e75c2b311424eed2768dada6056569be4ac1d4cbed980e471bf1452d12c
diff --git a/PKGBUILD b/PKGBUILD
index 85ba705..20fdca7 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.4.1
+pkgver=0.4.2
 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=(
-  'f077d92ca86d71bc55aebeeb6e8dc557fef481446ccc82504aeedf1fe6e1f657'
+  '4cf08e75c2b311424eed2768dada6056569be4ac1d4cbed980e471bf1452d12c'
 )
 
 package() {