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

gops: update to 0.3.11. #24696

Merged
merged 1 commit into from
Sep 5, 2020
Merged
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
4 changes: 2 additions & 2 deletions srcpkgs/gops/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gops'
pkgname=gops
version=0.3.7
version=0.3.11
revision=1
build_style=go
go_import_path="github.com/google/gops"
Expand All @@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/google/gops"
distfiles="https://github.com/google/gops/archive/v${version}.tar.gz"
checksum=0d1ad5441e9260f675adc15507fa22cfc9721164c13b8df4cd028ce6b42ede2f
checksum=22140f26c9ec465e15a2db31a5ba374326f62f45079f7a7dae1f6b0dfcd5a3a4

post_install() {
vlicense LICENSE
Expand Down