summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2021-01-30 21:43:33 -0500
committerClementTsang2021-01-30 21:43:33 -0500
commit9c64701b4e445734bc9e6f10da647e0d7455b60e (patch)
tree5b2928d91debf9daaea56dcc8d064735a8f61bda
parentc752141e0bf5966fcb7bec6a579015e0ed6090f1 (diff)
downloadaur-9c64701b4e445734bc9e6f10da647e0d7455b60e.tar.gz
0.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5a662a8bf72..ce2ad1bb31c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bottom
pkgdesc = A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.
- pkgver = 0.5.6
+ pkgver = 0.5.7
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.5.6.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.6.tar.gz
- sha512sums = 933e3fb6f85ed10ad24f82c76ee78bf64be50792b09ec73a77babf155f50932b0548a6a8ce14883cf40a3f17fa0ce0e0622956a374bdb71a4cb917b2deab9867
+ source = bottom-0.5.7.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.7.tar.gz
+ sha512sums = 90590e7c97436e65df511ef0afb71ca6815d5a8665b7e6bddd3ecf45c5cec76e3ee8785a9b93a56ac98cf929604e233b6527e407146388b2ee53a8f5ac6c11eb
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 53c94d360942..362a4482c0c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.5.6
+pkgver=0.5.7
pkgrel=0
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')
url="https://github.com/ClementTsang/bottom"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ClementTsang/bottom/archive/$pkgver.tar.gz")
license=('MIT')
-sha512sums=('933e3fb6f85ed10ad24f82c76ee78bf64be50792b09ec73a77babf155f50932b0548a6a8ce14883cf40a3f17fa0ce0e0622956a374bdb71a4cb917b2deab9867')
+sha512sums=('90590e7c97436e65df511ef0afb71ca6815d5a8665b7e6bddd3ecf45c5cec76e3ee8785a9b93a56ac98cf929604e233b6527e407146388b2ee53a8f5ac6c11eb')
build() {
cd $pkgname-$pkgver