From 7adc2e13c4afb3c07f5cbff8ff7d27b802d2b26c Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 13 Aug 2023 11:44:10 +0530 Subject: [PATCH] gops: update to 0.3.28. Adopt. --- srcpkgs/gops/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gops/template b/srcpkgs/gops/template index f63b18514e36f..c593fb82100f7 100644 --- a/srcpkgs/gops/template +++ b/srcpkgs/gops/template @@ -1,16 +1,20 @@ # Template file for 'gops' pkgname=gops -version=0.3.27 -revision=2 +version=0.3.28 +revision=1 build_style=go go_import_path="github.com/google/gops" short_desc="List and diagnose Go processes currently running on your system" -maintainer="Orphaned " +maintainer="icp " license="BSD-3-Clause" homepage="https://github.com/google/gops" changelog="https://github.com/google/gops/releases" distfiles="https://github.com/google/gops/archive/refs/tags/v${version}.tar.gz" -checksum=1d5b8b0979c284d29d85f44aba6d0a5175059568aa698a242c5bc1d772263746 +checksum=9a040fe38e45aa41cfc43be5babb5e7962b027e1f6f8b68e5112f01866a42bba + +do_check() { + go test -race -v ./... +} post_install() { vlicense LICENSE