diff options
author | Mario Preksavec <mario@slackware.hr> | 2024-10-25 00:39:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-26 08:29:15 +0700 |
commit | c1fd42fdb0a2b1f799e9f69938cfe51e17899ac2 (patch) | |
tree | 1c08fff1c44060d9e67f329c9e637360decdc122 | |
parent | a9c992413a4aec7ca4a289a832062f9facef5926 (diff) |
network/sstp-client: Updated for version 1.0.20.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/sstp-client/sstp-client.SlackBuild | 6 | ||||
-rw-r--r-- | network/sstp-client/sstp-client.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/network/sstp-client/sstp-client.SlackBuild b/network/sstp-client/sstp-client.SlackBuild index a9835ec5ce03..5af26b6659b4 100644 --- a/network/sstp-client/sstp-client.SlackBuild +++ b/network/sstp-client/sstp-client.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for SSTP-Client -# Copyright 2013, 2023 Mario Preksavec, Zagreb, Croatia +# Copyright 2013, 2024 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sstp-client -VERSION=${VERSION:-1.0.18} +VERSION=${VERSION:-1.0.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -79,6 +79,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +autoreconf --install --symlink && autoreconf + # Set proper examples dir, --docdir overriding does not work sed -i -e "/^docdir/s:@PACKAGE@:$PRGNAM-$VERSION/examples:" Makefile.in diff --git a/network/sstp-client/sstp-client.info b/network/sstp-client/sstp-client.info index 3f8e2b3bbe32..b5d4f1e5d265 100644 --- a/network/sstp-client/sstp-client.info +++ b/network/sstp-client/sstp-client.info @@ -1,8 +1,8 @@ PRGNAM="sstp-client" -VERSION="1.0.18" +VERSION="1.0.20" HOMEPAGE="http://sstp-client.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/sstp-client/sstp-client-1.0.18.tar.gz" -MD5SUM="04ec1868f825d3218173a95bc9b9eff2" +DOWNLOAD="https://gitlab.com/sstp-project/sstp-client/-/archive/1.0.20/sstp-client-1.0.20.tar.gz" +MD5SUM="a40bf7e90d8f922e43f427de4a272b1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |