summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-01-04 17:29:51 -0300
committerDaniel Bermond2024-01-04 17:29:51 -0300
commitc942f70ccf09ef6129c86635ac967e7e89f59652 (patch)
treed86bc664188a584d56c65bd460d9cbb1dba44688
parent0093551f380e4a878b193e070245936c62679a20 (diff)
downloadaur-c942f70ccf09ef6129c86635ac967e7e89f59652.tar.gz
Update to version 13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c0aef61d14a..ee69aa2d2497 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cpuid2cpuflags
pkgdesc = Tool to get the instruction sets supported by the local CPU
- pkgver = 12
+ pkgver = 13
pkgrel = 1
url = https://github.com/mgorny/cpuid2cpuflags/
arch = x86_64
license = BSD
depends = glibc
- source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v12/cpuid2cpuflags-12.tar.bz2
- sha256sums = 9d37fa04316a36016aa14b9e6db9db12017bfc5fa063dde7e67a18e4d48793d2
+ source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v13/cpuid2cpuflags-13.tar.bz2
+ sha256sums = 3bf757f34b8ba7aed0087d87b7da4028a45896ddb4242bb4ec7745795ab5ddff
pkgname = cpuid2cpuflags
diff --git a/PKGBUILD b/PKGBUILD
index ec5094be20a4..54b83a5bb0a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=cpuid2cpuflags
-pkgver=12
+pkgver=13
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=('9d37fa04316a36016aa14b9e6db9db12017bfc5fa063dde7e67a18e4d48793d2')
+sha256sums=('3bf757f34b8ba7aed0087d87b7da4028a45896ddb4242bb4ec7745795ab5ddff')
build() {
cd "${pkgname}-${pkgver}"