From ba0e18af375c68c1bfd9c58b34fa35fd12dcfd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 12 Dec 2018 20:02:32 +0100 Subject: [PATCH] miruo: update to 0.9.6b. --- srcpkgs/miruo/template | 8 ++++---- srcpkgs/miruo/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/miruo/update diff --git a/srcpkgs/miruo/template b/srcpkgs/miruo/template index 9e0921886bf..e465e7e71a1 100644 --- a/srcpkgs/miruo/template +++ b/srcpkgs/miruo/template @@ -1,15 +1,15 @@ # Template file for 'miruo' pkgname=miruo -version=0.9.6 -revision=2 +version=0.9.6b +revision=1 build_style=gnu-configure makedepends="libpcap-devel" short_desc="Pretty-print TCP session monitor/analyzer" maintainer="Leah Neukirchen " license="GPL-3.0-only" homepage="https://github.com/KLab/miruo" -distfiles="https://github.com/KLab/${pkgname}/archive/${version}.tar.gz" -checksum=bbb2989cad13b7a7541413352044dff9733121fcc82c29ced3bdfbf6b829d9b4 +distfiles="https://github.com/KLab/miruo/archive/${version}.tar.gz" +checksum=0b31a5bde5b0e92a245611a8e671cec3d330686316691daeb1de76360d2fa5f1 do_install() { vbin miruo diff --git a/srcpkgs/miruo/update b/srcpkgs/miruo/update new file mode 100644 index 00000000000..be440bcc478 --- /dev/null +++ b/srcpkgs/miruo/update @@ -0,0 +1 @@ +pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+[a-z]*(?=\.tar\.gz")'