makedeb


sccache-bin 0.8.1-1


sccache is ccache with cloud storage

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

Commit:


Hash: 299e1a9352a75dd365c2effb527a0d96b8ddfca4

Message: v0.7.6

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f605285..bf3fb8c 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.5
+pkgver = 0.7.6
 url = https://github.com/mozilla/sccache
 arch = amd64
 conflicts = sccache
 provides = sccache
-source = https://github.com/mozilla/sccache/releases/download/v0.7.5/sccache-v0.7.5-x86_64-unknown-linux-musl.tar.gz
-sha256sums = ee224740012cccb85629eca11443baeaccf7114960faa9f48c1ca0034e00bfc3
+source = https://github.com/mozilla/sccache/releases/download/v0.7.6/sccache-v0.7.6-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 2902a5e44c3342132f07b62e70cca75d9b23252922faf3b924f449808cc1ae58
diff --git a/PKGBUILD b/PKGBUILD
index 6bfb6f0..3d5161d 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.5
+pkgver=0.7.6
 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=('ee224740012cccb85629eca11443baeaccf7114960faa9f48c1ca0034e00bfc3')
+sha256sums=('2902a5e44c3342132f07b62e70cca75d9b23252922faf3b924f449808cc1ae58')
 
 package() {
   install -D "$srcdir/sccache-v$pkgver-x86_64-unknown-linux-musl/sccache" "$pkgdir/usr/bin/sccache"