libcpuid: update to 0.7.0.
This commit is contained in:
parent
b4f0fbf0b5
commit
c39f5d3496
|
@ -679,7 +679,7 @@ libexempi.so.8 exempi-2.5.0_1
|
||||||
libatasmart.so.4 libatasmart-0.17_1
|
libatasmart.so.4 libatasmart-0.17_1
|
||||||
libsgutils2-1.45.so.2 libsgutils-1.45_1
|
libsgutils2-1.45.so.2 libsgutils-1.45_1
|
||||||
libcpufreq.so.0 libcpufreq-007_1
|
libcpufreq.so.0 libcpufreq-007_1
|
||||||
libcpuid.so.16 libcpuid-0.6.2_1
|
libcpuid.so.17 libcpuid-0.7.0_1
|
||||||
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
|
libgucharmap_2_90.so.7 gucharmap-3.0.0_1
|
||||||
libgphoto2.so.6 libgphoto2-2.5.7_1
|
libgphoto2.so.6 libgphoto2-2.5.7_1
|
||||||
libgphoto2_port.so.12 libgphoto2-2.5.7_1
|
libgphoto2_port.so.12 libgphoto2-2.5.7_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libcpuid'
|
# Template file for 'libcpuid'
|
||||||
pkgname=libcpuid
|
pkgname=libcpuid
|
||||||
version=0.6.2
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,7 +12,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://github.com/anrieff/libcpuid"
|
homepage="https://github.com/anrieff/libcpuid"
|
||||||
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
|
||||||
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
|
distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
|
||||||
checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
|
checksum=cfd9e6bcda5da3f602273e55f983bdd747cb93dde0b9ec06560e074939314210
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue