summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrdotx2024-05-03 00:51:54 +0200
committermrdotx2024-05-03 00:51:54 +0200
commit131f6cb86f7fe1b45fa2552000437d94fef083c8 (patch)
tree49f4b69d20c2d8c642cf4c5208df7ab8257402aa
parent2b994129a35007a30a660b68c1ea0f9f52e1781a (diff)
downloadaur-131f6cb86f7fe1b45fa2552000437d94fef083c8.tar.gz
update to version 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bf26540acf..be924cb3fb1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cinfo
pkgdesc = a fast and minimal system information tool for linux-based operating systems
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 1
url = https://github.com/mrdotx/cinfo
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cinfo
license = GPL-3.0-or-later
provides = cinfo
conflicts = cinfo
- source = cinfo-0.5.8.tar.gz::https://github.com/mrdotx/cinfo/archive/refs/tags/v0.5.8.tar.gz
- b2sums = 46e9340cd85e5207c768d28b8ecb48b2ae60666b544f2f0dd49328af516b4115fa7751cfc4fe7b3814db2cf50db0b33e1931a3e0aa0f8604bc5e193febc78853
+ source = cinfo-0.5.9.tar.gz::https://github.com/mrdotx/cinfo/archive/refs/tags/v0.5.9.tar.gz
+ b2sums = a299279f819f4aa3e0bc26aac74e5261017f8284572c5dbf052e1b55508af8c56621b46cb0bc98ec3041e6b18339bbd0124a415f5334629467af4d8d511145c8
pkgname = cinfo
diff --git a/PKGBUILD b/PKGBUILD
index 43c7f221bc9f..3810713a979e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mrdotx <klassiker@gmx.de>
pkgname=cinfo
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="a fast and minimal system information tool for linux-based operating systems"
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ license=('GPL-3.0-or-later')
provides=('cinfo')
conflicts=('cinfo')
source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('46e9340cd85e5207c768d28b8ecb48b2ae60666b544f2f0dd49328af516b4115fa7751cfc4fe7b3814db2cf50db0b33e1931a3e0aa0f8604bc5e193febc78853')
+b2sums=('a299279f819f4aa3e0bc26aac74e5261017f8284572c5dbf052e1b55508af8c56621b46cb0bc98ec3041e6b18339bbd0124a415f5334629467af4d8d511145c8')
package() {
cd "$pkgname-$pkgver"