Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
sccache
Commits:
2efc86f0 by Maxime Gauduin at 2024-10-03T15:16:01+02:00
upgpkg: 0.8.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sccache
pkgdesc = Shared compilation cache
- pkgver = 0.8.1
+ pkgver = 0.8.2
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=634d8af1401d7703c4837b4974d3f80ed3c5aacc
- b2sums =
8e3d78ec13fa3f97c3f9cdc90172ffbb16905d8823cd034bf94cee4b6f613912208c563704605f4e98f9075a95d101c0d9b5f5297019ab9fc3a29871b4149633
+ source =
git+https://github.com/mozilla/sccache.git#tag=d7763fc54d52a4bf12de2f75a55ae089753b8320
+ b2sums =
4174959caf6d68c3ce17f5926f4a794dfb7613a109161d5a3f0d04b1fa611b6e242f222e706804d1c371b4f12dd8ea6d92b2d8b9b4550b1c8cb1af93ac4a8f1e
pkgname = sccache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jean Lucas <[email protected]>
pkgname=sccache
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='Shared compilation cache'
arch=(x86_64)
@@ -24,9 +24,9 @@ optdepends=(
'memcached: Memcached support'
'redis: Redis support'
)
-_tag=634d8af1401d7703c4837b4974d3f80ed3c5aacc
+_tag=d7763fc54d52a4bf12de2f75a55ae089753b8320
source=(git+https://github.com/mozilla/sccache.git#tag=${_tag})
-b2sums=('8e3d78ec13fa3f97c3f9cdc90172ffbb16905d8823cd034bf94cee4b6f613912208c563704605f4e98f9075a95d101c0d9b5f5297019ab9fc3a29871b4149633')
+b2sums=('4174959caf6d68c3ce17f5926f4a794dfb7613a109161d5a3f0d04b1fa611b6e242f222e706804d1c371b4f12dd8ea6d92b2d8b9b4550b1c8cb1af93ac4a8f1e')
pkgver() {
cd sccache
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/2efc86f09162b170a493ac4743b2e46bb2188e2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sccache/-/commit/2efc86f09162b170a493ac4743b2e46bb2188e2f
You're receiving this email because of your account on gitlab.archlinux.org.