Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ccache
Commits: 167736d4 by Carl Smedstad at 2025-03-18T09:47:06+01:00 upgpkg: 4.11.1-1: Upstream release https://ccache.dev/releasenotes.html#_ccache_4_11_1 - - - - - 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 + pkgver = 4.11.1 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/ccache-4.11.tar.xz - source = https://github.com/ccache/ccache/releases/download/v4.11/ccache-4.11.tar.xz.asc + 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 validpgpkeys = 5A939A71A46792CF57866A51996DDA075594ADB8 - sha512sums = 38f48663a44750e6340214375445564957f185a4f272426cfd9d26077be5788c6f4e2901773703cc4b660c629c5d31c9c66b901603cb531d3f9787f559872c8e + sha512sums = f7277bbf628e64e19780dd029d7fc0866ade28fa67efd93a72783422586e21beaaa3b0795ba3bfc7ef4403ba6e41823da90cbb6d88c1d5aa412111f3bcb1b7c5 sha512sums = SKIP - b2sums = 40a8316e3db0a8a1cc4599d407e6f0bea91dacf21d50675e6f740542ae85deb0137ead368d13d5d5cc3e8f83b2a5f6e8acf0cdae72d1f40661ef145a386ce98c + b2sums = 7a1f866d08232ff74eaa0bac84863bab9fb6a0f4c5c4326be212f1b7e61f10da0afe61d6816ca438afffe2a5be565161086f73c82c84563014f29bfe5e092cf8 b2sums = SKIP pkgname = ccache ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=ccache -pkgver=4.11 +pkgver=4.11.1 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=('38f48663a44750e6340214375445564957f185a4f272426cfd9d26077be5788c6f4e2901773703cc4b660c629c5d31c9c66b901603cb531d3f9787f559872c8e' +sha512sums=('f7277bbf628e64e19780dd029d7fc0866ade28fa67efd93a72783422586e21beaaa3b0795ba3bfc7ef4403ba6e41823da90cbb6d88c1d5aa412111f3bcb1b7c5' 'SKIP') -b2sums=('40a8316e3db0a8a1cc4599d407e6f0bea91dacf21d50675e6f740542ae85deb0137ead368d13d5d5cc3e8f83b2a5f6e8acf0cdae72d1f40661ef145a386ce98c' +b2sums=('7a1f866d08232ff74eaa0bac84863bab9fb6a0f4c5c4326be212f1b7e61f10da0afe61d6816ca438afffe2a5be565161086f73c82c84563014f29bfe5e092cf8' 'SKIP') validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/167736d4dec18d42e0235a45b24c17df635cd9e5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/167736d4dec18d42e0235a45b24c17df635cd9e5 You're receiving this email because of your account on gitlab.archlinux.org.
