From 2f073ae6b3470e8a8505b6ec19d4c98075ee1959 Mon Sep 17 00:00:00 2001 From: Klara Modin Date: Wed, 28 Sep 2022 21:18:46 +0000 Subject: [PATCH] routinator: update to 0.12.0 --- srcpkgs/routinator/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/routinator/template b/srcpkgs/routinator/template index 5a8b3c2965b0..7394b4990ba4 100644 --- a/srcpkgs/routinator/template +++ b/srcpkgs/routinator/template @@ -1,6 +1,6 @@ # Template file for 'routinator' pkgname=routinator -version=0.11.2 +version=0.12.0 revision=1 build_style=cargo depends="rsync" @@ -11,7 +11,7 @@ homepage="https://rpki.readthedocs.io/" changelog="https://raw.githubusercontent.com/NLnetLabs/routinator/main/Changelog.md" distfiles="https://github.com/NLnetLabs/routinator/archive/v${version}.tar.gz" conf_files="/etc/routinator/routinator.conf" -checksum=00f825c53168592da0285e8dbd228018e77248d458214a2c0f86cd0ca45438f5 +checksum=e1e517280b3adca7a976c86bc59ea4cc5b6a6c7a0b8ab0166be6e6bff001c698 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*|arm*|aarch64*) ;;