gping: update to 1.2.6
This commit is contained in:
parent
5c98084eb3
commit
8fa6d45a3b
2 changed files with 7 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'gping'
|
# Template file for 'gping'
|
||||||
pkgname=gping
|
pkgname=gping
|
||||||
version=1.2.0
|
version=1.2.6
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-v${version}"
|
||||||
|
build_wrksrc="gping"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Ping, but with a graph"
|
short_desc="Ping, but with a graph"
|
||||||
maintainer="Paper <paper@tilde.institute>"
|
maintainer="Paper <paper@tilde.institute>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/orf/gping/"
|
homepage="https://github.com/orf/gping/"
|
||||||
distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
|
distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
|
||||||
checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716
|
checksum=e36d5bc02157708c803d1855be4b2a9daa27d077fffe86c58b12c746fdc04c8f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense ../LICENSE
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/gping/update
Normal file
1
srcpkgs/gping/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="gping-v\K[0-9.]+(?=.tar.gz)"
|
Loading…
Reference in a new issue