Browse Source
libraries/function2: Updated for version 4.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
Martin Bångens
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
libraries/function2/function2.SlackBuild
-
libraries/function2/function2.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=function2 |
|
|
|
VERSION=${VERSION:-4.2.0} |
|
|
|
VERSION=${VERSION:-4.2.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="function2" |
|
|
|
VERSION="4.2.0" |
|
|
|
VERSION="4.2.3" |
|
|
|
HOMEPAGE="https://github.com/Naios/function2" |
|
|
|
DOWNLOAD="https://github.com/Naios/function2/archive/4.2.0/function2-4.2.0.tar.gz" |
|
|
|
MD5SUM="04b1d6adfd8757ac0c4b1fb31c98c2ed" |
|
|
|
DOWNLOAD="https://github.com/Naios/function2/archive/4.2.3/function2-4.2.3.tar.gz" |
|
|
|
MD5SUM="24519882c41ec083c080ae79016add3c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="gtest" |
|
|
|