Browse Source
system/gsmartcontrol: Updated for version 1.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Erik Hanson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/gsmartcontrol/gsmartcontrol.SlackBuild
-
system/gsmartcontrol/gsmartcontrol.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
# |
|
|
|
# Slackware build script for GSmartControl |
|
|
|
# |
|
|
|
# Copyright 2009-2017 Erik W. Hanson, Minneapolis, MN, USA |
|
|
|
# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=gsmartcontrol |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
VERSION=${VERSION:-1.1.4} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="gsmartcontrol" |
|
|
|
VERSION="1.0.1" |
|
|
|
VERSION="1.1.4" |
|
|
|
HOMEPAGE="https://sourceforge.net/projects/gsmartcontrol/" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/gsmartcontrol/files/1.0.1/gsmartcontrol-1.0.1.tar.bz2" |
|
|
|
MD5SUM="b19f95e0a598500d53ef03212d769c45" |
|
|
|
DOWNLOAD="https://sourceforge.net/projects/gsmartcontrol/files/1.1.4/gsmartcontrol-1.1.4.tar.bz2" |
|
|
|
MD5SUM="8345b195e51339884634006cc4b15a5e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|