summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-05-12 00:30:35 -0400
committerClementTsang2020-05-12 00:30:35 -0400
commit899d23e98691ac680df7ca16776fce88c4eefb06 (patch)
tree70bfa74a3c4c43dcbe1e91e0d022fd0c8789892e
parentf468ea7cc5811d0a380ebd1bb6bc2a4cf8bc5232 (diff)
downloadaur-899d23e98691ac680df7ca16776fce88c4eefb06.tar.gz
0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877d4d5e9175..b1c71a943bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bottom
pkgdesc = A cross-platform graphical process/system monitor with a customizable interface and a multitude of features.
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
- source = bottom-0.4.1.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_required_files.tar.gz
- sha512sums = b5483871cbf56582d2503408c066ea6706b53a414d9d89d519f64714acfa50cc64734db9b2fae284d705f2c0d79abedb992223ff876b49eb5e1a56147fce9ab2
+ source = bottom-0.4.2.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_required_files.tar.gz
+ sha512sums = ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 4785796b64da..cd6a4165d558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=0
pkgdesc="A cross-platform graphical process/system monitor with a customizable interface and a multitude of features."
makedepends=('cargo')
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/ClementTsang/bottom"
source=("$pkgname-$pkgver.tar.gz::https://github.com/ClementTsang/bottom/releases/download/$pkgver/bottom_required_files.tar.gz")
license=('MIT')
-sha512sums=('b5483871cbf56582d2503408c066ea6706b53a414d9d89d519f64714acfa50cc64734db9b2fae284d705f2c0d79abedb992223ff876b49eb5e1a56147fce9ab2')
+sha512sums=('ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6')
build() {
cargo build --release --locked