summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-05-15 01:51:08 -0400
committerClementTsang2020-05-15 01:51:08 -0400
commitc4564ad13ca174c393d4193fd604ce01f0c6e5b2 (patch)
treeb231bee0ad4c4f10f4c065b711dd6e128fd6ad07
parent899d23e98691ac680df7ca16776fce88c4eefb06 (diff)
downloadaur-c4564ad13ca174c393d4193fd604ce01f0c6e5b2.tar.gz
0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c71a943bb1..a1b0ef6cecc3 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.2
+ pkgver = 0.4.3
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
- source = bottom-0.4.2.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.2/bottom_required_files.tar.gz
- sha512sums = ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6
+ source = bottom-0.4.3.tar.gz::https://github.com/ClementTsang/bottom/releases/download/0.4.3/bottom_required_files.tar.gz
+ sha512sums = 65864d31012dc3d7afdbe4db3bcd9e1704f058c43c6e9dc3ef0adfc7d6392b3b3f2c023d9947b7c377c97b104a704254541e1b6c88e17c266e711154465bfc1a
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index cd6a4165d558..992de526a54f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.4.2
+pkgver=0.4.3
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=('ec9af9f1ecb5987fe0bb14c591a3d0b1546dbb72f55f8d0d14819006b5a055715b6dc8287fdcce37ed6070222f7198d512c214140b431002fe29386f4574dae6')
+sha512sums=('65864d31012dc3d7afdbe4db3bcd9e1704f058c43c6e9dc3ef0adfc7d6392b3b3f2c023d9947b7c377c97b104a704254541e1b6c88e17c266e711154465bfc1a')
build() {
cargo build --release --locked