mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/cpuid2cpuflags: Updated for version 9.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2faa7ea542
commit
5f42b3ca79
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for cpuid2cpuflags.
|
||||
#
|
||||
# Copyright 2017-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2017-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cpuid2cpuflags
|
||||
VERSION=${VERSION:-8.0}
|
||||
VERSION=${VERSION:-9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="8"
|
||||
SRCVER="9"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cpuid2cpuflags"
|
||||
VERSION="8.0"
|
||||
VERSION="9.0"
|
||||
HOMEPAGE="https://github.com/mgorny/cpuid2cpuflags"
|
||||
DOWNLOAD="https://github.com/mgorny/cpuid2cpuflags/releases/download/v8/cpuid2cpuflags-8.tar.bz2"
|
||||
MD5SUM="ec89818b94f3c38d3ad4edddd1bc8531"
|
||||
DOWNLOAD="https://github.com/mgorny/cpuid2cpuflags/releases/download/v9/cpuid2cpuflags-9.tar.bz2"
|
||||
MD5SUM="0b55c1ce1d80cbab6b82edbb3415cc7f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue