summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-05-13 12:42:16 -0700
committerCaleb Bassi2018-05-13 12:42:16 -0700
commit6f0d9f801792072c1648be504bd52b73c07f01ef (patch)
tree7109aaa288abf857e6bd584a05f863aabcb0995f
parent940d20ff3aa969cb62f541e3b585edeccfcd3266 (diff)
downloadaur-6f0d9f801792072c1648be504bd52b73c07f01ef.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 77331c48322e..334843647ad2 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.14
+ pkgver = 1.2.15
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.14/gotop_1.2.14_linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.15/gotop_1.2.15_linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index ef67fc39f161..7242b3546613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop-bin
-pkgver=1.2.14
+pkgver=1.2.15
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")