summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee69aa2d2497..8d90fde0d145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cpuid2cpuflags
pkgdesc = Tool to get the instruction sets supported by the local CPU
- pkgver = 13
+ pkgver = 14
pkgrel = 1
url = https://github.com/mgorny/cpuid2cpuflags/
arch = x86_64
license = BSD
depends = glibc
- source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v13/cpuid2cpuflags-13.tar.bz2
- sha256sums = 3bf757f34b8ba7aed0087d87b7da4028a45896ddb4242bb4ec7745795ab5ddff
+ source = https://github.com/mgorny/cpuid2cpuflags/releases/download/v14/cpuid2cpuflags-14.tar.bz2
+ sha256sums = ffa9f148fd4b895a1a0d061c99d8f5592023d454ea55bdc303e7e5dae219fddb
pkgname = cpuid2cpuflags
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}"