Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
sccache
Commits:
64fc7006 by Maxime Gauduin at 2026-03-11T22:35:09+01:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.12.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/mozilla/sccache
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = sccache
optdepends = memcached: Memcached support
optdepends = valkey: Redis support
options = !lto
- source =
git+https://github.com/mozilla/sccache.git#tag=de9895c2304b51e790d759dd6f97836a1a4a6204
- b2sums =
b3a924ad43dc15b8c6f1e0dc5010afc1296babfee33d204b5963f2e7c6db90e790f475ee3209e5324cd3d57fe14204504eb8d91d72578980ae4f781697f19f7f
+ source =
git+https://github.com/mozilla/sccache.git#tag=6ea77c318e4a50fb713a7b1e7a09a87a0b7e114c
+ b2sums =
1fa952bb5bc48ead12c1ade9a83473384c72336495b51db5d912daadcc09d2d5895b63e47bb08b6200f67c58b2f199f68bee13d4b2657ce0b612c016d6ab6855
pkgname = sccache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jean Lucas <[email protected]>
pkgname=sccache
-pkgver=0.12.0
+pkgver=0.14.0
pkgrel=1
pkgdesc='Shared compilation cache'
arch=(x86_64)
@@ -23,9 +23,9 @@ optdepends=(
'valkey: Redis support'
)
options=(!lto)
-_tag=de9895c2304b51e790d759dd6f97836a1a4a6204
+_tag=6ea77c318e4a50fb713a7b1e7a09a87a0b7e114c
source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
-b2sums=('b3a924ad43dc15b8c6f1e0dc5010afc1296babfee33d204b5963f2e7c6db90e790f475ee3209e5324cd3d57fe14204504eb8d91d72578980ae4f781697f19f7f')
+b2sums=('1fa952bb5bc48ead12c1ade9a83473384c72336495b51db5d912daadcc09d2d5895b63e47bb08b6200f67c58b2f199f68bee13d4b2657ce0b612c016d6ab6855')
prepare() {
cd sccache
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/64fc7006bdb88d04c4db3b7e840080a584e359bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/64fc7006bdb88d04c4db3b7e840080a584e359bf
You're receiving this email because of your account on gitlab.archlinux.org.