mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
cryptsetup: update to 1.7.5.
This commit is contained in:
parent
3004e1d36c
commit
7ca9ce61ff
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cryptsetup'
|
# Template file for 'cryptsetup'
|
||||||
pkgname=cryptsetup
|
pkgname=cryptsetup
|
||||||
version=1.7.4
|
version=1.7.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)"
|
configure_args="--with-crypto_backend=openssl $(vopt_enable pwquality)"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://gitlab.com/cryptsetup/cryptsetup"
|
homepage="https://gitlab.com/cryptsetup/cryptsetup"
|
||||||
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/cryptsetup/v${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7ccf893ef79a38fb92d61f03c17b964982119f5319cdaa85a1335b8558cca016
|
checksum=2b30cd1d0dd606a53ac77b406e1d37798d4b0762fa89de6ea546201906a251bd
|
||||||
|
|
||||||
build_options="pwquality"
|
build_options="pwquality"
|
||||||
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
desc_option_pwquality="Enable support for checking password quality via libpwquality"
|
||||||
|
|
Loading…
Add table
Reference in a new issue