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