summaryrefslogtreecommitdiff
path: root/manualPorts/crypt-expiry-check
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-02-06 22:10:36 +0100
committerErich Eckner <git@eckner.net>2022-02-06 22:10:36 +0100
commitfe50e5832c7fc36772901d6d8203d33c714814e1 (patch)
treea0d048b92346ac24ca56dd22299297b6168bd57d /manualPorts/crypt-expiry-check
parent0a6087d63b5b2f275c04615ba84cb6799b6b8cbb (diff)
downloadcrux-ports-fe50e5832c7fc36772901d6d8203d33c714814e1.tar.xz
crypt-expiry-check: 4.2 -> 4.3.1
Diffstat (limited to 'manualPorts/crypt-expiry-check')
-rw-r--r--manualPorts/crypt-expiry-check/.md5sum2
-rw-r--r--manualPorts/crypt-expiry-check/.signature6
-rw-r--r--manualPorts/crypt-expiry-check/Pkgfile4
3 files changed, 6 insertions, 6 deletions
diff --git a/manualPorts/crypt-expiry-check/.md5sum b/manualPorts/crypt-expiry-check/.md5sum
index 00c9125..2f48bc9 100644
--- a/manualPorts/crypt-expiry-check/.md5sum
+++ b/manualPorts/crypt-expiry-check/.md5sum
@@ -1 +1 @@
-4915bc53341131cb21ade75284af903c crypt-expiry-check-4.2.tar.xz
+4a19ebef6e8bcace8b34fcbab40a2845 crypt-expiry-check-4.3.1.tar.xz
diff --git a/manualPorts/crypt-expiry-check/.signature b/manualPorts/crypt-expiry-check/.signature
index a7c5153..28c25a6 100644
--- a/manualPorts/crypt-expiry-check/.signature
+++ b/manualPorts/crypt-expiry-check/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/deepthought.pub
-RWQxCptPusLGGjmil5y84p1UXDF7OrLShq/zfn7Iqn9Zjy3tSFPjaADoI7hkCSkqr7I9/FUAllLJNIn7+b9lIJ8EhTVk4mLitA0=
-SHA256 (Pkgfile) = f4ed8b64102812b450d6725fe1a36a044d91629a6641c26fd68ea5ad5997eddf
+RWQxCptPusLGGhiyQuKo7NPqOyXD0x9EaKtpuQnpdBEFNHIN789CTCepxI2AJ+JpGdkm8axJ69/+W1V5CImxRQM4hbSyIcsbMwg=
+SHA256 (Pkgfile) = 32acf67ce6dddaef71a27994e9d128a31725cefde6523bb43acee672ee433283
SHA256 (.footprint) = 4885f115087409c48c8d5560fbd90003f8e4a71f9a8b6c7ca2c0770727eadd66
-SHA256 (crypt-expiry-check-4.2.tar.xz) = f853b8344f35a54d984072331769542a951f39a92522b93f067bdc68a94e16a3
+SHA256 (crypt-expiry-check-4.3.1.tar.xz) = 6eda227f7c99d40683b32df9c59b9257acf60edccc671f6739fe9206ceb7a27b
diff --git a/manualPorts/crypt-expiry-check/Pkgfile b/manualPorts/crypt-expiry-check/Pkgfile
index 4bfde16..d9aac46 100644
--- a/manualPorts/crypt-expiry-check/Pkgfile
+++ b/manualPorts/crypt-expiry-check/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: openssl gnupg
name=crypt-expiry-check
-version=4.2
+version=4.3.1
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")
@@ -12,6 +12,6 @@ build() {
cd ${name}-${version}
make
- make DESTDIR=$PKG CRONDIR=/etc/cron/daily install
+ make DESTDIR=$PKG SYSTEMDDIR= CRONDIR=/etc/cron/daily install
}