summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2021-05-11 20:34:22 -0400
committerClementTsang2021-05-11 20:34:22 -0400
commitcbb0448ad852f0fd72a23a0255a3f14752ffd354 (patch)
tree5d0021a96e379132153300a5722d3332471515e7
parent880a05021419fb2c9bca7c4f2a73d7dba212e951 (diff)
downloadaur-cbb0448ad852f0fd72a23a0255a3f14752ffd354.tar.gz
0.6.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f2d2157dec..531bc27b6868 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.6.0
+ pkgver = 0.6.1
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.6.0.tar.gz::https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
- sha512sums = 7b1628fe4406d2026709d48b840f38b58fdf07fb9b5c8dc87a06f251a7b6331f97f6c1dee0783f2660197b290ec318203fb049272fd373e4144b77b2cd1b987e
+ source = bottom-0.6.1.tar.gz::https://github.com/ClementTsang/bottom/archive/0.6.1.tar.gz
+ sha512sums = 8ca41a3dc408e80e9aa474994c9cbb625a059cdc83fb4140d74e3f55144da5ee8d29b17da7a2007cfb38be9f2bb09591fca6e5437f6faddb61512a1d5bf45396
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 397b5f035f3b..24c7371e81e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.6.0
+pkgver=0.6.1
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=('7b1628fe4406d2026709d48b840f38b58fdf07fb9b5c8dc87a06f251a7b6331f97f6c1dee0783f2660197b290ec318203fb049272fd373e4144b77b2cd1b987e')
+sha512sums=('8ca41a3dc408e80e9aa474994c9cbb625a059cdc83fb4140d74e3f55144da5ee8d29b17da7a2007cfb38be9f2bb09591fca6e5437f6faddb61512a1d5bf45396')
build() {
cd $pkgname-$pkgver