summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-08 16:56:55 -0700
committerCaleb Bassi2018-04-08 16:56:55 -0700
commitd8043145bcfd690755f11c8901fe55f07e35e243 (patch)
treef26e4eeac346d5070fc8fce9408ec939afb185ac
parent225e490fa311eaad9e87140ef1da7d1a145a3adf (diff)
downloadaur-d8043145bcfd690755f11c8901fe55f07e35e243.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 3b33a1ea1b22..fa6a317941f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gotop
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 1.2.2
+ pkgver = 1.2.3
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.2/gotop-1.2.2-linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.3/gotop-1.2.3-linux_amd64.tgz
md5sums = SKIP
pkgname = gotop
diff --git a/PKGBUILD b/PKGBUILD
index abe96c6158fd..6601cd999947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=("x86_64" "i686")