Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ccache
Commits: bcb9036f by Carl Smedstad at 2025-03-22T16:00:59+01:00 upgpkg: 4.11.2-1: Upstream release https://ccache.dev/releasenotes.html#_ccache_4_11_2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ccache pkgdesc = Compiler cache that speeds up recompilation by caching previous compilations - pkgver = 4.11.1 + pkgver = 4.11.2 pkgrel = 1 url = https://ccache.dev/ arch = x86_64 @@ -19,12 +19,12 @@ pkgbase = ccache depends = libzstd.so depends = xxhash depends = zstd - source = https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1.tar.xz - source = https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1.tar.xz.asc + source = https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2.tar.xz + source = https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2.tar.xz.asc validpgpkeys = 5A939A71A46792CF57866A51996DDA075594ADB8 - sha512sums = f7277bbf628e64e19780dd029d7fc0866ade28fa67efd93a72783422586e21beaaa3b0795ba3bfc7ef4403ba6e41823da90cbb6d88c1d5aa412111f3bcb1b7c5 + sha512sums = 6c0f1243097ee93e7d73d5bdcd4609f771fd19e4b52afc5f9b813663b7d195ec503efb990c3b5205d8e9fa6dd16f78c031d93d5cff47223e6d4c1986ac1d6315 sha512sums = SKIP - b2sums = 7a1f866d08232ff74eaa0bac84863bab9fb6a0f4c5c4326be212f1b7e61f10da0afe61d6816ca438afffe2a5be565161086f73c82c84563014f29bfe5e092cf8 + b2sums = 4536cc3089cb8267fe4c01d3f4f6ffe962cec39d498b962d535a347bfbe1dda5e69652deb86e3e302667d1b51ea60e59a5c72c1acf55466174d0459b640167b7 b2sums = SKIP pkgname = ccache ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=ccache -pkgver=4.11.1 +pkgver=4.11.2 pkgrel=1 pkgdesc='Compiler cache that speeds up recompilation by caching previous compilations' url='https://ccache.dev/' @@ -29,9 +29,9 @@ makedepends=( ) checkdepends=('doctest') source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc}) -sha512sums=('f7277bbf628e64e19780dd029d7fc0866ade28fa67efd93a72783422586e21beaaa3b0795ba3bfc7ef4403ba6e41823da90cbb6d88c1d5aa412111f3bcb1b7c5' +sha512sums=('6c0f1243097ee93e7d73d5bdcd4609f771fd19e4b52afc5f9b813663b7d195ec503efb990c3b5205d8e9fa6dd16f78c031d93d5cff47223e6d4c1986ac1d6315' 'SKIP') -b2sums=('7a1f866d08232ff74eaa0bac84863bab9fb6a0f4c5c4326be212f1b7e61f10da0afe61d6816ca438afffe2a5be565161086f73c82c84563014f29bfe5e092cf8' +b2sums=('4536cc3089cb8267fe4c01d3f4f6ffe962cec39d498b962d535a347bfbe1dda5e69652deb86e3e302667d1b51ea60e59a5c72c1acf55466174d0459b640167b7' 'SKIP') validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/bcb9036f2a1dceb91fd17884e9297c7ce06c35fb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/bcb9036f2a1dceb91fd17884e9297c7ce06c35fb You're receiving this email because of your account on gitlab.archlinux.org.
