summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Hartmann2021-07-01 14:41:19 +0200
committerNikolai Hartmann2021-07-01 14:41:19 +0200
commitede71d59091c439866fadaf0f2ec7ebc98b6b6a4 (patch)
tree2db1c02d30b000efd1d364f29987c8f0f820f2a5
parent93e21f27c8397d7ad0d2ebaa467694dae1da8f02 (diff)
downloadaur-ede71d59091c439866fadaf0f2ec7ebc98b6b6a4.tar.gz
update to v2.2.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c269c229442..ba0b938e08aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nikolai Hartmann <nikoladze@posteo.de>
pkgname=prmon
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Standalone monitor for process resource consumption"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/HSF/prmon"
license=('Apache')
makedepends=('cmake' 'nlohmann-json')
source=("$pkgname-$pkgver.tar.gz::https://github.com/HSF/prmon/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=("3c84aa76eddfa31e2d8dddeda2baf076")
+md5sums=("ac7f3fef14a7fa73c27df601ed8bd024")
build() {
mkdir build