Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
sccache
Commits:
2130fe92 by Maxime Gauduin at 2023-10-30T15:20:20+01:00
upgpkg: 0.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.5.4
+ pkgver = 0.6.0
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=799d8f9aebd3e4ed5e498ca004ace8360499ed80
+ source =
git+https://github.com/mozilla/sccache.git#tag=e91199993877b687f9bc0da9c47c942f8375c1dd
b2sums = SKIP
pkgname = sccache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jean Lucas <[email protected]>
pkgname=sccache
-pkgver=0.5.4
+pkgver=0.6.0
pkgrel=1
pkgdesc='Shared compilation cache'
arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=(
'memcached: Memcached support'
'redis: Redis support'
)
-_tag=799d8f9aebd3e4ed5e498ca004ace8360499ed80
+_tag=e91199993877b687f9bc0da9c47c942f8375c1dd
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/2130fe92965ce00039494b0bcc93ca42be98b298
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/2130fe92965ce00039494b0bcc93ca42be98b298
You're receiving this email because of your account on gitlab.archlinux.org.