system/CPU-X: Updated for version 5.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2023-10-21 16:43:34 +09:00 committed by Willy Sudiarto Raharjo
parent 8e90b20fed
commit 0e5ffdfce2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=CPU-X
VERSION=${VERSION:-4.5.3}
VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="CPU-X"
VERSION="4.5.3"
VERSION="5.0.0"
HOMEPAGE="https://github.com/x0rg/CPU-X/"
DOWNLOAD="https://github.com/x0rg/CPU-X/archive/v4.5.3/CPU-X-4.5.3.tar.gz"
MD5SUM="7dd4a24e2aac330ca0301fdeaba08f33"
DOWNLOAD="https://github.com/x0rg/CPU-X/archive/v5.0.0/CPU-X-5.0.0.tar.gz"
MD5SUM="6a72b4a097dc9ef7cd41e6170ecdc4f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="glfw3 libcpuid libstatgrab"