summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-05-05 18:56:20 -0400
committerClementTsang2020-05-05 18:56:20 -0400
commitf468ea7cc5811d0a380ebd1bb6bc2a4cf8bc5232 (patch)
tree8797e0b882a65936f173984ae4afbfa706ae93a3
parente6cdf88be3ab566988e7a396113a07283d50caac (diff)
downloadaur-f468ea7cc5811d0a380ebd1bb6bc2a4cf8bc5232.tar.gz
0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f421b691b6..877d4d5e9175 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.0
+ pkgver = 0.4.1
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
- source = bottom-0.4.0.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.0/bottom_required_files.tar.gz
- sha512sums = 7afb26c2448a36e550211878d5e60863dbfd9abdecb298985e20984299fb9954cc4e71fd94bdd9e8139cd837e1977fca3408873ee5e8223874d7048d9813a305
+ source = bottom-0.4.1.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.1/bottom_required_files.tar.gz
+ sha512sums = b5483871cbf56582d2503408c066ea6706b53a414d9d89d519f64714acfa50cc64734db9b2fae284d705f2c0d79abedb992223ff876b49eb5e1a56147fce9ab2
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index cba28fad55cb..4785796b64da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.4.0
+pkgver=0.4.1
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=('7afb26c2448a36e550211878d5e60863dbfd9abdecb298985e20984299fb9954cc4e71fd94bdd9e8139cd837e1977fca3408873ee5e8223874d7048d9813a305')
+sha512sums=('b5483871cbf56582d2503408c066ea6706b53a414d9d89d519f64714acfa50cc64734db9b2fae284d705f2c0d79abedb992223ff876b49eb5e1a56147fce9ab2')
build() {
cargo build --release --locked