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")'