miruo: update to 0.9.6b.

This commit is contained in:
Piotr Wójcik 2018-12-12 20:02:32 +01:00 committed by maxice8
parent d08fb24de5
commit ba0e18af37
2 changed files with 5 additions and 4 deletions

View File

@ -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 <leah@vuxu.org>"
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

1
srcpkgs/miruo/update Normal file
View File

@ -0,0 +1 @@
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+[a-z]*(?=\.tar\.gz")'