mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/s-nail: Updated for version 14.9.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
23f68e914d
commit
313dd08383
2 changed files with 6 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for S-nail
|
# Slackware build script for S-nail
|
||||||
|
|
||||||
# Copyright 2008, 2009, 2010, 2016 Patrick J. Volkerding, Sebeka, MN, USA
|
# Copyright 2008, 2009, 2010, 2016 Patrick J. Volkerding, Sebeka, MN, USA
|
||||||
# Copyright 2018 - 2019 Johannes Schoepfer, Germany
|
# Copyright 2018 - 2020 Johannes Schoepfer, Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=s-nail
|
PRGNAM=s-nail
|
||||||
VERSION=${VERSION:-14.9.16}
|
VERSION=${VERSION:-14.9.17}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -85,6 +85,7 @@ make \
|
||||||
config
|
config
|
||||||
|
|
||||||
make build
|
make build
|
||||||
|
make test
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
# Tighten up the perms a bit:
|
# Tighten up the perms a bit:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="s-nail"
|
PRGNAM="s-nail"
|
||||||
VERSION="14.9.16"
|
VERSION="14.9.17"
|
||||||
HOMEPAGE="https://www.sdaoden.eu/code.html"
|
HOMEPAGE="https://www.sdaoden.eu/code.html"
|
||||||
DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.16.tar.xz"
|
DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.17.tar.xz"
|
||||||
MD5SUM="21716bcfbb27e6bdbdc5b9dc74a47887"
|
MD5SUM="844524dee4c7c9b5255a2b0cf7159c7a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="%README%"
|
REQUIRES="%README%"
|
||||||
|
|
Loading…
Reference in a new issue