Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
ccache


Commits:
c126e3b1 by Antonio Rojas at 2024-02-18T14:26:21+01:00
upgpkg: 4.9.1-1: Update to 4.9.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.9
+       pkgver = 4.9.1
        pkgrel = 1
        url = https://ccache.dev/
        arch = x86_64
@@ -13,12 +13,12 @@ pkgbase = ccache
        depends = hiredis
        depends = zstd
        depends = libzstd.so
-       source = 
https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9.tar.xz
-       source = 
https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9.tar.xz.asc
+       source = 
https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz
+       source = 
https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1.tar.xz.asc
        validpgpkeys = 5A939A71A46792CF57866A51996DDA075594ADB8
-       sha512sums = 
04200e5ceab56fc119f4376189f45fe811409a8022f08e82cd3089e252f350d604d777a237a57651fcd0c20f8ba0f27e4f3cc330a5970d455a696a977408d563
+       sha512sums = 
5ae4537a7e546b779c80f5adadce1349a84da3a47b255bda06cb2678ee5403307f013c08c8541a21f6f1fb36a0b64bdbcf785fbd2fcfe3009150117250e75b0b
        sha512sums = SKIP
-       b2sums = 
682b491d061452d77d988d7e9e661ed4ce729a40a58370af55e1f24c5e973e4808d7211b4f8b8ab7f9328ecc651c032fa2efd37675566308197c22fd9a776675
+       b2sums = 
9ebaf335fda54666e4bfc8f2c402f2b908b3922f3898b6a739b0256481256c6121546021b80fd2dbc93f3aea254db63a8624b97b2820b88e73e502a243bf2562
        b2sums = SKIP
 
 pkgname = ccache


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <jeeps...@gmx.co.uk>
 
 pkgname=ccache
-pkgver=4.9
+pkgver=4.9.1
 pkgrel=1
 pkgdesc='Compiler cache that speeds up recompilation by caching previous 
compilations'
 url='https://ccache.dev/'
@@ -13,9 +13,9 @@ depends=('glibc' 'gcc-libs' 'hiredis' 'zstd' 'libzstd.so')
 makedepends=('cmake' 'asciidoctor' 'perl')
 
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
 validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl 
<j...@rosdahl.net>
-sha512sums=('04200e5ceab56fc119f4376189f45fe811409a8022f08e82cd3089e252f350d604d777a237a57651fcd0c20f8ba0f27e4f3cc330a5970d455a696a977408d563'
+sha512sums=('5ae4537a7e546b779c80f5adadce1349a84da3a47b255bda06cb2678ee5403307f013c08c8541a21f6f1fb36a0b64bdbcf785fbd2fcfe3009150117250e75b0b'
             'SKIP')
-b2sums=('682b491d061452d77d988d7e9e661ed4ce729a40a58370af55e1f24c5e973e4808d7211b4f8b8ab7f9328ecc651c032fa2efd37675566308197c22fd9a776675'
+b2sums=('9ebaf335fda54666e4bfc8f2c402f2b908b3922f3898b6a739b0256481256c6121546021b80fd2dbc93f3aea254db63a8624b97b2820b88e73e502a243bf2562'
         'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/c126e3b17f7e9e8a77695901c0309cce25640bb8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ccache/-/commit/c126e3b17f7e9e8a77695901c0309cce25640bb8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to