summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForud Ghafouri2021-09-21 18:21:20 +0200
committerForud Ghafouri2021-09-21 18:21:20 +0200
commit2dcc08aba5b8c644f5aafd90f52e56316d899959 (patch)
treeb05e5b25a8c060ec475acf46346607184f8b0fc9
parentb2a531b99c3f97ed39c6b7add367855bf5c32594 (diff)
downloadaur-2dcc08aba5b8c644f5aafd90f52e56316d899959.tar.gz
BUMP
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0949a3f645bb..8cd938e19265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gops
pkgdesc = A tool to list and diagnose Go processes currently running on your system
- pkgver = 0.3.10
+ pkgver = 0.3.20
pkgrel = 1
url = https://github.com/google/gops
arch = i686
@@ -8,8 +8,7 @@ pkgbase = gops
license = BSD
makedepends = go
depends = glibc
- source = gops-0.3.10.tar.gz::https://github.com/google/gops/archive/v0.3.10.tar.gz
- sha256sums = 7c8bffa272adce6d6d7351413de61bb163da5fabad42f5d21a1bed41504cf454
+ source = gops-0.3.20.tar.gz::https://github.com/google/gops/archive/v0.3.20.tar.gz
+ sha256sums = db75b86f21755571b5662a221be02d855ee869dc17cd23cb2c0e339eefbbb518
pkgname = gops
-
diff --git a/PKGBUILD b/PKGBUILD
index e66a6c58ec04..220cf6f28977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous Maintainer: Dmitri Goutnik <dg@syrec.org>
pkgname=gops
-pkgver=0.3.10
+pkgver=0.3.20
pkgrel=1
pkgdesc='A tool to list and diagnose Go processes currently running on your system'
arch=('i686' 'x86_64')
@@ -32,4 +32,4 @@ package() {
install -Dm755 gops "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-sha256sums=('7c8bffa272adce6d6d7351413de61bb163da5fabad42f5d21a1bed41504cf454')
+sha256sums=('db75b86f21755571b5662a221be02d855ee869dc17cd23cb2c0e339eefbbb518')