mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/libcpuid: Updated for version 0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d344e74611
commit
fa7af35c10
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libcpuid
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libcpuid"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="http://libcpuid.sourceforge.net"
|
||||
DOWNLOAD="https://github.com/anrieff/libcpuid/archive/v0.6.1/libcpuid-0.6.1.tar.gz"
|
||||
MD5SUM="f9a471d379c3bdefa24c65b841ae56db"
|
||||
DOWNLOAD="https://github.com/anrieff/libcpuid/archive/v0.6.2/libcpuid-0.6.2.tar.gz"
|
||||
MD5SUM="0411e7b4fe6aa0e2d403faa2533a2ae9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue