We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bbe4c commit 7fedc06Copy full SHA for 7fedc06
1 file changed
srcpkgs/gops/template
@@ -1,7 +1,7 @@
1
# Template file for 'gops'
2
pkgname=gops
3
-version=0.3.28
4
-revision=3
+version=0.3.29
+revision=1
5
build_style=go
6
go_import_path="github.com/google/gops"
7
short_desc="List and diagnose Go processes currently running on your system"
@@ -10,7 +10,7 @@ license="BSD-3-Clause"
10
homepage="https://github.com/google/gops"
11
changelog="https://github.com/google/gops/releases"
12
distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz"
13
-checksum=9a040fe38e45aa41cfc43be5babb5e7962b027e1f6f8b68e5112f01866a42bba
+checksum=c4637684ac8efbcc0bc55faf64e3920a7764a9ae8f4580945084c1a5b8b2d051
14
15
post_install() {
16
vlicense LICENSE
0 commit comments