summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-10 20:38:00 -0700
committerCaleb Bassi2018-04-10 20:38:00 -0700
commitb680ff3985bed4d4edf3491473b670d8a2bd11ab (patch)
treeb059dcb8ad4acf0a76be4955b7c846139f4722eb
parent46e1de7a6be1ee8902982314f981f8fc08f97aac (diff)
downloadaur-b680ff3985bed4d4edf3491473b670d8a2bd11ab.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 d0b331825c5b..b9377388f3f4 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.5
+ pkgver = 1.2.6
pkgrel = 2
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.5/gotop_1.2.5_linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.6/gotop_1.2.6_linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce9894de056c..e073c7ec5357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=2
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")