Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / libkeccak
Commits: f15244cd by Frederik Schwan at 2024-10-13T10:23:23+02:00 upgpkg: 1.4.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = libkeccak pkgdesc = Keccak-family hashing library - pkgver = 1.4.1 + pkgver = 1.4.2 pkgrel = 1 url = https://codeberg.org/maandree/libkeccak arch = x86_64 license = custom:ISC makedepends = git depends = glibc - source = git+https://codeberg.org/maandree/libkeccak#tag=1.4.1?signed - b2sums = 54f3d40bd10cad37fec95ee97a71c6c476e8ff6828a8cb134a1a146a2e370001bd2b421cd5effd23cb3407bd4b7662a07d548f968303cfaa1774558dc0b355dd + source = git+https://codeberg.org/maandree/libkeccak#tag=1.4.2?signed + b2sums = 4ac4d914b389a977121a8a03759f488415d64ec37d76d88ff20204e58810ca76216c9d91f23b325015c756ae4583672f07b95f5c8edc96cb50a5c09ad9fe71e7 pkgname = libkeccak ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=libkeccak -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc='Keccak-family hashing library' arch=('x86_64') @@ -11,9 +11,9 @@ license=('custom:ISC') depends=('glibc') makedepends=('git') source=("git+https://codeberg.org/maandree/libkeccak#tag=${pkgver}?signed") -b2sums=('54f3d40bd10cad37fec95ee97a71c6c476e8ff6828a8cb134a1a146a2e370001bd2b421cd5effd23cb3407bd4b7662a07d548f968303cfaa1774558dc0b355dd') +b2sums=('4ac4d914b389a977121a8a03759f488415d64ec37d76d88ff20204e58810ca76216c9d91f23b325015c756ae4583672f07b95f5c8edc96cb50a5c09ad9fe71e7') validgpgkeys=( - 'BC61893EC01FDBDEE061BEF67BE0C42240089FE0' # Mattias Andrée <maand...@kth.se> + '3683C4B70CFA859F0173F2CCE0DD13EBFC7D5E3E' # Mattias Andrée <maand...@kth.se> ) prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkeccak/-/commit/f15244cd3c69643d70bcfcfb9c803ce3c8925a9f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libkeccak/-/commit/f15244cd3c69643d70bcfcfb9c803ce3c8925a9f You're receiving this email because of your account on gitlab.archlinux.org.