summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2021-05-09 19:30:28 -0400
committerClementTsang2021-05-09 19:30:28 -0400
commit880a05021419fb2c9bca7c4f2a73d7dba212e951 (patch)
treebb05a33bd401f7100a82ab08a1eb95779feb7bf8
parent9c64701b4e445734bc9e6f10da647e0d7455b60e (diff)
downloadaur-880a05021419fb2c9bca7c4f2a73d7dba212e951.tar.gz
0.6.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce2ad1bb31c1..10f2d2157dec 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.7
+ pkgver = 0.6.0
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.5.7.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.7.tar.gz
- sha512sums = 90590e7c97436e65df511ef0afb71ca6815d5a8665b7e6bddd3ecf45c5cec76e3ee8785a9b93a56ac98cf929604e233b6527e407146388b2ee53a8f5ac6c11eb
+ source = bottom-0.6.0.tar.gz::https://github.com/ClementTsang/bottom/archive/0.6.0.tar.gz
+ sha512sums = 7b1628fe4406d2026709d48b840f38b58fdf07fb9b5c8dc87a06f251a7b6331f97f6c1dee0783f2660197b290ec318203fb049272fd373e4144b77b2cd1b987e
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 362a4482c0c0..397b5f035f3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.5.7
+pkgver=0.6.0
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=('90590e7c97436e65df511ef0afb71ca6815d5a8665b7e6bddd3ecf45c5cec76e3ee8785a9b93a56ac98cf929604e233b6527e407146388b2ee53a8f5ac6c11eb')
+sha512sums=('7b1628fe4406d2026709d48b840f38b58fdf07fb9b5c8dc87a06f251a7b6331f97f6c1dee0783f2660197b290ec318203fb049272fd373e4144b77b2cd1b987e')
build() {
cd $pkgname-$pkgver