Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / cosign
Commits: 5014e199 by Carl Smedstad at 2024-10-05T16:06:42+02:00 upgpkg: 2.4.1-1: Upstream release https://github.com/sigstore/cosign/releases/tag/v2.4.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = cosign pkgdesc = Container Signing with support for ephemeral keys and Sigstore signing - pkgver = 2.4.0 + pkgver = 2.4.1 pkgrel = 1 url = https://github.com/sigstore/cosign arch = x86_64 @@ -11,8 +11,8 @@ pkgbase = cosign depends = glibc depends = pcsclite options = !lto - source = git+https://github.com/sigstore/cosign.git#tag=v2.4.0 - sha512sums = 9cc94441686fef78793f09cb190434c89eb4455844abfe319f036779b4c9c7c9e723904d8b0fd83c76f00ec12f417d25c4d85689593f25725d5427155f5b4ef5 - b2sums = 291464664203c4b77ff4c03aeba41c4d9fe6d80fe098c4a761ed4756b34f7c6025acfb766d83c20f01adf28c67fea9af7ca4f8e40547db627a7e0e5fbbb289b6 + source = git+https://github.com/sigstore/cosign.git#tag=v2.4.1 + sha512sums = 5856773b585269f1d21583cdf65afa1a775a17f80834df3d5575786ba4b7299b6a5c0276f78771358395c964d9d4836943fa9b00fe54cd805a01395ea495b4d8 + b2sums = f4d9196cc5625a2bc4c0dd6451c7122dd90bff29fc1bae29a6afe21e5ba54cd33108e333ad9a63aeb5cbeb3da2395081909595da1da4d1ef1fe9aa72ed4827c1 pkgname = cosign ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=cosign -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="Container Signing with support for ephemeral keys and Sigstore signing" arch=('x86_64') @@ -20,8 +20,8 @@ makedepends=( checkdepends=('go-tools') options=('!lto') source=("git+${url}.git#tag=v${pkgver}") -sha512sums=('9cc94441686fef78793f09cb190434c89eb4455844abfe319f036779b4c9c7c9e723904d8b0fd83c76f00ec12f417d25c4d85689593f25725d5427155f5b4ef5') -b2sums=('291464664203c4b77ff4c03aeba41c4d9fe6d80fe098c4a761ed4756b34f7c6025acfb766d83c20f01adf28c67fea9af7ca4f8e40547db627a7e0e5fbbb289b6') +sha512sums=('5856773b585269f1d21583cdf65afa1a775a17f80834df3d5575786ba4b7299b6a5c0276f78771358395c964d9d4836943fa9b00fe54cd805a01395ea495b4d8') +b2sums=('f4d9196cc5625a2bc4c0dd6451c7122dd90bff29fc1bae29a6afe21e5ba54cd33108e333ad9a63aeb5cbeb3da2395081909595da1da4d1ef1fe9aa72ed4827c1') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cosign/-/commit/5014e199973b77dbf20d1d212108c346b1026953 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cosign/-/commit/5014e199973b77dbf20d1d212108c346b1026953 You're receiving this email because of your account on gitlab.archlinux.org.
