Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
cryptsetup
Commits:
0dde0f5f by Christian Hesse at 2024-03-07T23:31:33+01:00
upgpkg: 2.7.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cryptsetup
pkgdesc = Userspace setup tool for transparent encryption of block
devices using dm-crypt
- pkgver = 2.7.0
- pkgrel = 3
+ pkgver = 2.7.1
+ pkgrel = 1
url = https://gitlab.com/cryptsetup/cryptsetup/
arch = x86_64
license = GPL
@@ -20,10 +20,10 @@ pkgbase = cryptsetup
provides = libcryptsetup.so
conflicts = mkinitcpio<38-1
options = !emptydirs
- source =
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.xz
- source =
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.sign
+ source =
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.1.tar.xz
+ source =
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.1.tar.sign
validpgpkeys = 2A2918243FDE46648D0686F9D9B0577BD93E98FC
- sha256sums =
94003a00cd5a81944f45e8dc529e0cfd2a6ff629bd2cd21cf5e574e465daf795
+ sha256sums =
da5d1419e2a86e01aa32fd79582cd54d208857cb541bca2fd426a5ff1aaabbc3
sha256sums = SKIP
pkgname = cryptsetup
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Thomas Bächler <[email protected]>
pkgname=cryptsetup
-pkgver=2.7.0
-pkgrel=3
+pkgver=2.7.1
+pkgrel=1
pkgdesc='Userspace setup tool for transparent encryption of block devices
using dm-crypt'
arch=(x86_64)
license=('GPL')
@@ -16,7 +16,7 @@ provides=('libcryptsetup.so')
options=('!emptydirs')
validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz
<[email protected]>
source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v${pkgver%.*}/${pkgname}-${pkgver}.tar."{xz,sign})
-sha256sums=('94003a00cd5a81944f45e8dc529e0cfd2a6ff629bd2cd21cf5e574e465daf795'
+sha256sums=('da5d1419e2a86e01aa32fd79582cd54d208857cb541bca2fd426a5ff1aaabbc3'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptsetup/-/commit/0dde0f5fa3c429c135cdf39a28fcd3c1b1e6ab18
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cryptsetup/-/commit/0dde0f5fa3c429c135cdf39a28fcd3c1b1e6ab18
You're receiving this email because of your account on gitlab.archlinux.org.