summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2024-01-24 14:11:05 -0300
committerDaniel Bermond2024-01-24 14:11:05 -0300
commit5d058bf33e874bbb60421884ca3a5bfe54a5dfb8 (patch)
tree2252e0038623805dfdb63febfc6052a3716fc699 /PKGBUILD
parentc942f70ccf09ef6129c86635ac967e7e89f59652 (diff)
downloadaur-cpuid2cpuflags.tar.gz
Update to version 14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54b83a5bb0a0..d35370cddfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=cpuid2cpuflags
-pkgver=13
+pkgver=14
pkgrel=1
pkgdesc='Tool to get the instruction sets supported by the local CPU'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/mgorny/cpuid2cpuflags/'
license=('BSD')
depends=('glibc')
source=("https://github.com/mgorny/cpuid2cpuflags/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('3bf757f34b8ba7aed0087d87b7da4028a45896ddb4242bb4ec7745795ab5ddff')
+sha256sums=('ffa9f148fd4b895a1a0d061c99d8f5592023d454ea55bdc303e7e5dae219fddb')
build() {
cd "${pkgname}-${pkgver}"