summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")