Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions srcpkgs/clevis/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Template file for 'clevis'
pkgname=clevis
version=20
revision=2
version=22
revision=1
# Holds non-standard upstream version suffixes when needed.
_subversion=tpm1u1
build_style=meson
hostmakedepends="asciidoc bash-completion cryptsetup curl jq keyutils pkg-config tpm2-tools"
makedepends="bash-completion cryptsetup-devel dracut jansson-devel
Expand All @@ -11,8 +13,8 @@ short_desc="Pluggable framework for automated decryption"
maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="GPL-3.0-or-later WITH custom:OpenSSL-Exception"
homepage="https://github.com/latchset/clevis"
distfiles="https://github.com/latchset/clevis/archive/v$version/clevis-$version.tar.gz"
checksum=67eb9cbbb9c90f9802cae76503f74f23d0046ee6570553407035e9fae3b4b4dd
distfiles="https://github.com/latchset/clevis/archive/v${version}${subversion}/clevis-${version}${subversion}.tar.gz"
checksum=2814522c755d3cbb26d76630b08fbf09dec2909540e9c78d689f864b5851f851
make_check="ci-skip" # LUKS tests fail in CI pipeline

post_install() {
Expand Down
2 changes: 2 additions & 0 deletions srcpkgs/clevis/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://github.com/latchset/clevis/tags"
pattern='v\K[0-9.]+(?=(_.*)?$)'
4 changes: 2 additions & 2 deletions srcpkgs/luksmeta/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'luksmeta'
pkgname=luksmeta
version=9
version=10
revision=1
build_style=gnu-configure
hostmakedepends="asciidoc automake cryptsetup libtool pkg-config"
Expand All @@ -10,7 +10,7 @@ maintainer="Johannes Heimansberg <git@jhe.dedyn.io>"
license="LGPL-2.0-or-later"
homepage="https://github.com/latchset/luksmeta"
distfiles="https://github.com/latchset/luksmeta/archive/v$version/luksmeta-$version.tar.gz"
checksum=0eea7d50a0411e0c1e383fd47073806ed7d435b27410504e33bfbc792a1688fc
checksum=6d688bc37cdae3b2d11d1ad6ba1882954d5588103b396c5f30962a417b59b3a2
make_check="no" # fails on some architectures

pre_configure() {
Expand Down