libcpuid: update to 0.6.2, orphan.
Maintainer hasn't touched the package since creating it.
This commit is contained in:
parent
09ec55c0f5
commit
12633955f3
|
@ -672,7 +672,7 @@ 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
|
||||||
liblvm2app.so.2.2 liblvm2app-2.02.54_1
|
liblvm2app.so.2.2 liblvm2app-2.02.54_1
|
||||||
libcpufreq.so.0 libcpufreq-007_1
|
libcpufreq.so.0 libcpufreq-007_1
|
||||||
libcpuid.so.15 libcpuid-0.5.0_1
|
libcpuid.so.16 libcpuid-0.6.2_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,18 +1,18 @@
|
||||||
# Template file for 'libcpuid'
|
# Template file for 'libcpuid'
|
||||||
pkgname=libcpuid
|
pkgname=libcpuid
|
||||||
version=0.5.1
|
version=0.6.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="doxygen"
|
hostmakedepends="doxygen"
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
short_desc="Small C library for x86 CPU detection and feature extraction"
|
short_desc="Small C library for x86 CPU detection and feature extraction"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
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=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
|
checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in New Issue