summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrtcdr2022-09-17 19:23:52 +0100
committergrtcdr2022-09-17 19:23:52 +0100
commit45877fa4b26f5d27b3931ec42056719ff6eaf5b8 (patch)
treee001f4fa025546799974e894f3080d5277a8a72f
parentbf2f61989c146fcbc0775741fec5d2314f18bdd9 (diff)
downloadaur-45877fa4b26f5d27b3931ec42056719ff6eaf5b8.tar.gz
Bump to v6.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e307214932ff..b015f4a0b3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = macchina
pkgdesc = A system information fetcher, with an (unhealthy) emphasis on performance.
- pkgver = 6.1.2
+ pkgver = 6.1.4
pkgrel = 1
url = https://github.com/Macchina-CLI/macchina
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = macchina
depends = gcc-libs
depends = glibc
optdepends = wmctrl: window manager support
- source = https://github.com/Macchina-CLI/macchina/archive/refs/tags/v6.1.2.tar.gz
- sha256sums = d6935ada948bf6f63121ef91866304047a5781d19e7ea43c18c290515a76e6a8
+ source = https://github.com/Macchina-CLI/macchina/archive/refs/tags/v6.1.4.tar.gz
+ sha256sums = ec6f55b373d5d4040f222eb589dbb63c626cdcdbade69a77d710c2318f424b3e
pkgname = macchina
diff --git a/PKGBUILD b/PKGBUILD
index 94db85142b7e..73aae8a11a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grtcdr <ba.tahaaziz@gmail.com>
pkgname=macchina
-pkgver=6.1.2
+pkgver=6.1.4
pkgrel=1
pkgdesc="A system information fetcher, with an (unhealthy) emphasis on performance."
@@ -14,7 +14,7 @@ license=('MIT')
url="https://github.com/Macchina-CLI/macchina"
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d6935ada948bf6f63121ef91866304047a5781d19e7ea43c18c290515a76e6a8')
+sha256sums=('ec6f55b373d5d4040f222eb589dbb63c626cdcdbade69a77d710c2318f424b3e')
build() {
cd "$pkgname-$pkgver"