Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
sccache
Commits:
504bde96 by Maxime Gauduin at 2023-11-20T14:41:24+01:00
upgpkg: 0.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/mozilla/sccache
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = sccache
depends = zstd
optdepends = memcached: Memcached support
optdepends = redis: Redis support
- source =
git+https://github.com/mozilla/sccache.git#tag=b831172af097c2f9a523047ea4b06100462db5b0
+ source =
git+https://github.com/mozilla/sccache.git#tag=1d71d5d810c161ff85217c71608d1d2262c35afb
b2sums = SKIP
pkgname = sccache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jean Lucas <[email protected]>
pkgname=sccache
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Shared compilation cache'
arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=(
'memcached: Memcached support'
'redis: Redis support'
)
-_tag=b831172af097c2f9a523047ea4b06100462db5b0
+_tag=1d71d5d810c161ff85217c71608d1d2262c35afb
source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
b2sums=(SKIP)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/504bde963738728478d0bbcd70fb2198a66b83d3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/504bde963738728478d0bbcd70fb2198a66b83d3
You're receiving this email because of your account on gitlab.archlinux.org.