Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gping: update to 1.2.6 #33773

Merged
merged 1 commit into from
Oct 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions srcpkgs/gping/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Template file for 'gping'
pkgname=gping
version=1.2.0
version=1.2.6
revision=1
wrksrc="${pkgname}-${pkgname}-v${version}"
build_wrksrc="gping"
build_style=cargo
short_desc="Ping, but with a graph"
maintainer="Paper <paper@tilde.institute>"
license="MIT"
homepage="https://github.com/orf/gping/"
distfiles="https://github.com/orf/gping/archive/v${version}.tar.gz"
checksum=2379d2d5c3e301140d9c65c4dcc2b99602acf511b2798f45009af4c1101a0716
distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
checksum=e36d5bc02157708c803d1855be4b2a9daa27d077fffe86c58b12c746fdc04c8f

post_install() {
vlicense LICENSE
vlicense ../LICENSE
}
1 change: 1 addition & 0 deletions srcpkgs/gping/update
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pattern="gping-v\K[0-9.]+(?=.tar.gz)"