summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-09 22:34:13 -0700
committerCaleb Bassi2018-04-09 22:34:13 -0700
commitc7b182bedcb726726d34b69355ee43e338ae5304 (patch)
tree7c78db2a4529c1c2012123df5a7e0eef2fd6d29b
parentf1ee901d860f89bab81a703dc4b2b2b337cc14a2 (diff)
downloadaur-c7b182bedcb726726d34b69355ee43e338ae5304.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 464b70356da2..6794dae4e182 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.2.4
+ pkgver = 1.2.5
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.2.4/gotop-1.2.4-linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.5/gotop-1.2.5-linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8691dc9bcd20..7e0f84aaf626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")