aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cpufetch/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cpufetch/APKBUILD')
-rw-r--r--testing/cpufetch/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cpufetch/APKBUILD b/testing/cpufetch/APKBUILD
index 7fb605fcc65..07cb9825154 100644
--- a/testing/cpufetch/APKBUILD
+++ b/testing/cpufetch/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=cpufetch
-pkgver=1.01
+pkgver=1.05
pkgrel=0
pkgdesc="simple yet fancy CPU architecture fetching tool"
url="https://github.com/Dr-Noob/cpufetch"
-arch="x86_64 armhf armv7 aarch64" # x86 missing asm/hwcap.h
+arch="x86_64 armhf armv7 aarch64 riscv64" # x86 missing asm/hwcap.h
license="MIT"
options="!check" # no test
makedepends="linux-headers"
@@ -22,5 +22,5 @@ package() {
}
sha512sums="
-069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1 cpufetch-1.01.tar.gz
+ec303e292ddc928e5cf2c81e0b38fd0853e1a3ffb9a20413e09677ec91777806c4774a0a6d618adde4f13328c930ce35a80e679609438542486999ab9e1308b4 cpufetch-1.05.tar.gz
"