* update libcpuid to 0.7.1-1
This commit is contained in:
parent
3992fcbb19
commit
62fbd0ddd4
@ -1,6 +1,6 @@
|
||||
pkgbase = libcpuid
|
||||
pkgdesc = A small C library for x86 CPU detection and feature extraction
|
||||
pkgver = 0.7.0
|
||||
pkgver = 0.7.1
|
||||
pkgrel = 1
|
||||
url = http://libcpuid.sourceforge.net
|
||||
arch = x86_64
|
||||
@ -17,8 +17,8 @@ pkgbase = libcpuid
|
||||
makedepends = graphviz
|
||||
depends = glibc
|
||||
provides = libcpuid.so
|
||||
source = libcpuid::git+https://github.com/anrieff/libcpuid#tag=v0.7.0
|
||||
sha512sums = ea4f6c499c11f924b3481272f8dc6ffeabf5371d24a6b0fb1109fe103a00a9cf78a8022a4c4a4ecf9ea1e39e7c4d55fc8a5bd13aff4bfb1ff8f29e7f00898f1f
|
||||
b2sums = d6acf0f3671ad9385e5d3ddd15825ef87cdf81540b310401bfa591ab9e5b3df702ae3d3cd7e069b505aadb53f150273a6402e528310dcc17692c34be638d1633
|
||||
source = libcpuid::git+https://github.com/anrieff/libcpuid#tag=v0.7.1
|
||||
sha512sums = 2773250decbba656ffbf95a1d59ac061726117a79aed4a86ad1083041bd745abf00556e8138f5f494ba9e6848a547b969f6dd77062ac20a4524f753b2079c5c1
|
||||
b2sums = 54729f400d88a02ab57ce0a7766fbb6b3c9ec136355cbbe47351f213bea410e7190b856b9b8354ee9637e8982aaf8806e7d39ae9fe36e0e12897b2ad0e5da8cd
|
||||
|
||||
pkgname = libcpuid
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Contributor: X0rg
|
||||
|
||||
pkgname=libcpuid
|
||||
pkgver=0.7.0
|
||||
pkgver=0.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='A small C library for x86 CPU detection and feature extraction'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -20,8 +20,8 @@ makedepends=(
|
||||
)
|
||||
provides=('libcpuid.so')
|
||||
source=("$pkgname::git+https://github.com/anrieff/libcpuid#tag=v$pkgver")
|
||||
sha512sums=('ea4f6c499c11f924b3481272f8dc6ffeabf5371d24a6b0fb1109fe103a00a9cf78a8022a4c4a4ecf9ea1e39e7c4d55fc8a5bd13aff4bfb1ff8f29e7f00898f1f')
|
||||
b2sums=('d6acf0f3671ad9385e5d3ddd15825ef87cdf81540b310401bfa591ab9e5b3df702ae3d3cd7e069b505aadb53f150273a6402e528310dcc17692c34be638d1633')
|
||||
sha512sums=('2773250decbba656ffbf95a1d59ac061726117a79aed4a86ad1083041bd745abf00556e8138f5f494ba9e6848a547b969f6dd77062ac20a4524f753b2079c5c1')
|
||||
b2sums=('54729f400d88a02ab57ce0a7766fbb6b3c9ec136355cbbe47351f213bea410e7190b856b9b8354ee9637e8982aaf8806e7d39ae9fe36e0e12897b2ad0e5da8cd')
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
|
Loading…
x
Reference in New Issue
Block a user