summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-02-07 01:09:33 -0800
committerCaleb Bassi2019-02-07 01:09:42 -0800
commit46e12400cd5b3106af34438636b5bfaedf840154 (patch)
tree17d87bbc30840d511e12d2bfc517fe5f30bdca69
parent3959058910a4d0c974dbd129605c429b0cc13e0e (diff)
downloadaur-46e12400cd5b3106af34438636b5bfaedf840154.tar.gz
v2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8963829708f8..2f93d6ff29f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotop-bin
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/cjbassi/gotop
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gotop-bin
license = AGPL3
provides = gotop
conflicts = gotop
- source = https://github.com/cjbassi/gotop/releases/download/2.0.0/gotop_2.0.0_linux_amd64.tgz
- sha256sums = 7a5668187f3465123606e5530d724a28e8c9451f02297fb93ea97880257eb37c
+ source = https://github.com/cjbassi/gotop/releases/download/2.0.1/gotop_2.0.1_linux_amd64.tgz
+ sha256sums = e1c46bd14fc37956b85c0dc1dd969731061b4c62e214b1e4466ad81b5b6249bc
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4a857e23f4d2..cdff04c4dc39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")
@@ -20,7 +20,7 @@ case "$CARCH" in
esac
source=("https://github.com/cjbassi/gotop/releases/download/$pkgver/gotop_${pkgver}_linux_$_arch.tgz")
-sha256sums=("7a5668187f3465123606e5530d724a28e8c9451f02297fb93ea97880257eb37c")
+sha256sums=("e1c46bd14fc37956b85c0dc1dd969731061b4c62e214b1e4466ad81b5b6249bc")
package() {
install -Dm755 "$srcdir/gotop" "$pkgdir/usr/bin/gotop"