summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang2020-11-22 10:48:28 -0500
committerClementTsang2020-11-22 10:48:28 -0500
commitf11990ad319b80a0e5cd835ff910825546606fe0 (patch)
treed7812aee1ae2f981e99ab9635d03de4cd6b859f0
parent85b8e85267286c92622a58673d4f74317e2cf24a (diff)
downloadaur-f11990ad319b80a0e5cd835ff910825546606fe0.tar.gz
0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1880234b7bfb..9c1d25a99a49 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.0
+ pkgver = 0.5.1
pkgrel = 0
url = https://github.com/ClementTsang/bottom
arch = x86_64
license = MIT
makedepends = cargo
provides = bottom
- source = bottom-0.5.0.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.0.tar.gz
- sha512sums = 8676586b36a10a1df9f7d9238155dc78e17263607c6a47142af608b9af4db44a98f38c178073d8fa23182b8f0337fa55a58d76db91e5a0c684b4c71e5a265d28
+ source = bottom-0.5.1.tar.gz::https://github.com/ClementTsang/bottom/archive/0.5.1.tar.gz
+ sha512sums = e677b31f1a80c4232435f0a1c832a63037f35ba7e7c3eab1f7cf63bf68e3d4661b25558042536068b5b7d0068acc5ca419ab3439fe16825ddf38f9a7e8061fa4
pkgname = bottom
diff --git a/PKGBUILD b/PKGBUILD
index 511bfa81abca..7633de6d5181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clement Tsang (xoronth) <cjhtsang@uwaterloo.ca>
pkgname=bottom
-pkgver=0.5.0
+pkgver=0.5.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=('8676586b36a10a1df9f7d9238155dc78e17263607c6a47142af608b9af4db44a98f38c178073d8fa23182b8f0337fa55a58d76db91e5a0c684b4c71e5a265d28')
+sha512sums=('e677b31f1a80c4232435f0a1c832a63037f35ba7e7c3eab1f7cf63bf68e3d4661b25558042536068b5b7d0068acc5ca419ab3439fe16825ddf38f9a7e8061fa4')
build() {
cd $pkgname-$pkgver