mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/cpuid2cpuflags: Updated for version 12.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6d56599323
commit
38e004d889
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for cpuid2cpuflags.
|
||||
#
|
||||
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2017-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cpuid2cpuflags
|
||||
VERSION=${VERSION:-11.0}
|
||||
VERSION=${VERSION:-12.0}
|
||||
SRCVER="12"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -66,8 +67,6 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="11"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cpuid2cpuflags"
|
||||
VERSION="11.0"
|
||||
VERSION="12.0"
|
||||
HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
|
||||
DOWNLOAD="https://github.com/mgorny/cpuid2cpuflags/releases/download/v11/cpuid2cpuflags-11.tar.bz2"
|
||||
MD5SUM="c54deede1aee5d41decd5fd5969ff2d5"
|
||||
DOWNLOAD="https://github.com/mgorny/cpuid2cpuflags/releases/download/v12/cpuid2cpuflags-12.tar.bz2"
|
||||
MD5SUM="dc74cc116a0445e03f47cd9791f6c186"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue