summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-05-23 18:55:11 -0700
committerCaleb Bassi2018-05-23 18:55:11 -0700
commitbcc450b7ede00ef3efcc71e13bb79e5e04205025 (patch)
tree21852a86c6084bdca06ba56e6d8bc8a45167309e
parent9b1a77231c4678f891b0e8b81aa96a55d739a20b (diff)
downloadaur-bcc450b7ede00ef3efcc71e13bb79e5e04205025.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5e18f02a34..0139b49a4c4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gotop-bin
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/cjbassi/gotop
arch = x86_64
arch = i686
license = AGPLv3
provides = gotop
- source = https://github.com/cjbassi/gotop/releases/download/1.3.0/gotop_1.3.0_linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.3.1/gotop_1.3.1_linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7f0604105917..4cc4314a3197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")