diff options
Diffstat (limited to 'source/l/slang')
-rwxr-xr-x | source/l/slang/slang.SlackBuild | 2 | ||||
-rw-r--r-- | source/l/slang/slang.url | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source/l/slang/slang.SlackBuild b/source/l/slang/slang.SlackBuild index 66861ec3b..5e6b33b04 100755 --- a/source/l/slang/slang.SlackBuild +++ b/source/l/slang/slang.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slang VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/slang/slang.url b/source/l/slang/slang.url new file mode 100644 index 000000000..efeef79e7 --- /dev/null +++ b/source/l/slang/slang.url @@ -0,0 +1 @@ +https://www.jedsoft.org/releases/slang/ |