summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2021-07-18 14:53:50 -0400
committerClementTsang2021-07-18 14:53:50 -0400
commitbf882ed43a19fa339ef839bdbf57b1bd6dc1fd45 (patch)
treeadeb34ba7a6269cf74ee25a2da75d5eb1f5573b2
parent4d70df8c7332dde51357c83b658c14b5f6882858 (diff)
downloadaur-bf882ed43a19fa339ef839bdbf57b1bd6dc1fd45.tar.gz
0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 493df7582479..12dbcfbe0d4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottom
pkgdesc = A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/ClementTsang/bottom
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = bottom
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.6.2.tar.gz::https://github.com/ClementTsang/bottom/archive/0.6.2.tar.gz
- sha512sums = c5bf95bfa6e5f20997b15f6a9ab977652bf144269b6984f6594893eb406e174992d1654f2bd1bfa62f7f4acae23d9d09fead42acd291108d24c5049cf401cfb5
+ source = bottom-0.6.3.tar.gz::https://github.com/ClementTsang/bottom/archive/0.6.3.tar.gz
+ sha512sums = 1c27a3b2cc264879b669517ab6e67748b7ce6db5d07850aea829ae4c6be86bfce1ca718d6af0cd556d5d9196643b4df98186515212571f72f043ac91b2211780
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index dced20847960..3895bd60a6a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="A cross-platform graphical process/system monitor with a customizable interface and a multitude of features."
provides=('bottom')
@@ -10,7 +10,7 @@ arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/ClementTsang/bottom"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ClementTsang/bottom/archive/$pkgver.tar.gz")
license=('MIT')
-sha512sums=('c5bf95bfa6e5f20997b15f6a9ab977652bf144269b6984f6594893eb406e174992d1654f2bd1bfa62f7f4acae23d9d09fead42acd291108d24c5049cf401cfb5')
+sha512sums=('1c27a3b2cc264879b669517ab6e67748b7ce6db5d07850aea829ae4c6be86bfce1ca718d6af0cd556d5d9196643b4df98186515212571f72f043ac91b2211780')
build() {
cd $pkgname-$pkgver