summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-10 21:42:01 -0700
committerCaleb Bassi2018-04-10 21:42:01 -0700
commit67e6f6362ac06fe779748128c8ff2b89ada1a7b8 (patch)
tree73767e5c8b87a412373f145905fa052fa94ff8a0
parent22170e76626071eca32258f069a0ddbff92506da (diff)
downloadaur-67e6f6362ac06fe779748128c8ff2b89ada1a7b8.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 3c6ab77cc307..c4a7f06657c5 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.6
+ pkgver = 1.2.7
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.6/gotop_1.2.6_linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.7/gotop_1.2.7_linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1c34b1df0785..ef99907130c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")