aboutsummaryrefslogtreecommitdiffstats
path: root/community/gotop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gotop/APKBUILD')
-rw-r--r--community/gotop/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD
index 013c9900b07..8f806e56d53 100644
--- a/community/gotop/APKBUILD
+++ b/community/gotop/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
+# Maintainer: Steven Guikal <void@fluix.one>
pkgname=gotop
-pkgver=4.1.3
-pkgrel=5
+pkgver=4.2.0
+pkgrel=12
pkgdesc="Terminal based graphical activity monitor"
url="https://github.com/xxxserxxx/gotop"
arch="all"
@@ -14,9 +14,9 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/xxxserxxx/gotop/archive/v$pk
0001-logging-add-support-for-riscv64.patch
"
-export GOCACHE="$srcdir/go-cache"
-export GOTMPDIR="$srcdir"
-export GOMODCACHE="$srcdir/go"
+export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
+export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
+export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
build() {
mkdir bin
@@ -29,6 +29,6 @@ package() {
}
sha512sums="
-96e8e02bb0a0259b85e8365e77d5f1e0122680725a0ac2f270145fe43180fc521cbf8d8967dfd619fc650b1a2ae456c8575a05f2e6ca6d36f541eda2e731ddca gotop-4.1.3.tar.gz
+32973f4e6677f885062051940119fb77f95d0bbfe653dcfce9c0a67a986f0cafc51916fe625038e31d7fc6698d170821fc56c4445b4c8ec666d180b604d5c5ac gotop-4.2.0.tar.gz
53c085dd0e495116e5f8cda6796113630bf27935007098006d164773912f611d2cadfae80aaa12c8796becb77a17ddc5905d26d31b078db9249f5668de93da34 0001-logging-add-support-for-riscv64.patch
"