summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrtcdr2022-09-27 09:23:24 +0100
committergrtcdr2022-09-27 09:23:24 +0100
commitf7e2817bb2a20acb20ee8cff29555bcc32e315fb (patch)
tree8cd74f4e775ea646d4ac0559bcfe3369158ff15e
parent0b4d45720a0ed522431dad430b51ed292f353c2a (diff)
downloadaur-f7e2817bb2a20acb20ee8cff29555bcc32e315fb.tar.gz
Bump to v6.1.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3e3f3d8745..fc6176de7e42 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.5
+ pkgver = 6.1.6
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.5.tar.gz
- sha256sums = 0df28be92649746ebe4dec13c1a4f95e877cea2ece8ee463e836c0004555248d
+ source = https://github.com/Macchina-CLI/macchina/archive/refs/tags/v6.1.6.tar.gz
+ sha256sums = 1183b3ed710579e6a3fdb80ef63a9ee539ebbbe56764fb5fa3c4a0249d0eb042
pkgname = macchina
diff --git a/PKGBUILD b/PKGBUILD
index 744f5e2e4c5e..7c8209331ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: grtcdr <ba.tahaaziz@gmail.com>
pkgname=macchina
-pkgver=6.1.5
+pkgver=6.1.6
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=('0df28be92649746ebe4dec13c1a4f95e877cea2ece8ee463e836c0004555248d')
+sha256sums=('1183b3ed710579e6a3fdb80ef63a9ee539ebbbe56764fb5fa3c4a0249d0eb042')
build() {
cd "$pkgname-$pkgver"