From 9fccd7499214805cbf8be8644fedfd166fd5882e Mon Sep 17 00:00:00 2001 From: Klara Modin Date: Thu, 3 Mar 2022 22:31:05 +0100 Subject: [PATCH] routinator: update to 0.11.1 in addition: - upstream has removed doc/misc.md - add changelog --- srcpkgs/routinator/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template index 6d776a5ffb60..61a47c674ff4 100644 --- a/srcpkgs/routinator/template +++ b/srcpkgs/routinator/template @@ -1,6 +1,6 @@ # Template file for 'routinator' pkgname=routinator -version=0.10.2 +version=0.11.1 revision=1 build_style=cargo depends="rsync" @@ -8,9 +8,10 @@ short_desc="Resource Public Key Infrastructure (RPKI) validator" maintainer="Cameron Nemo " license="BSD-3-Clause" homepage="https://rpki.readthedocs.io/" +changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/v${version}/Changelog.md" distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz" conf_files="/etc/routinator/routinator.conf" -checksum=b85e03447eaffc3ec0df78eeeb5ad87aaaeabc0974d87ea5d516e04c3e1bbbb3 +checksum=bb5a2c5c7a0f1ee9442268fbbc93548ba50e2ecfb4593fe5027de2f7ec4eb147 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;; @@ -19,7 +20,6 @@ esac post_install() { vdoc README.md - vdoc doc/misc.md vman doc/routinator.1 vinstall etc/routinator.conf.system-service 0644 etc/routinator routinator.conf vlicense LICENSE