diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2020-02-08 02:34:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:34:29 +0700 |
commit | 313dd0838384796bb6acb75235f14667f5b5aa48 (patch) | |
tree | 62e37c7968b5f828aa6536f04086027f3fd83df0 /network/s-nail | |
parent | 23f68e914dca5719bb9df633d4ad0b87e32bd06e (diff) | |
download | slackbuilds-313dd0838384796bb6acb75235f14667f5b5aa48.tar.gz |
network/s-nail: Updated for version 14.9.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/s-nail')
-rw-r--r-- | network/s-nail/s-nail.SlackBuild | 5 | ||||
-rw-r--r-- | network/s-nail/s-nail.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/network/s-nail/s-nail.SlackBuild b/network/s-nail/s-nail.SlackBuild index bcee4f9c78..b50c566f5a 100644 --- a/network/s-nail/s-nail.SlackBuild +++ b/network/s-nail/s-nail.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for S-nail # 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. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=s-nail -VERSION=${VERSION:-14.9.16} +VERSION=${VERSION:-14.9.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,6 +85,7 @@ make \ config make build +make test make install DESTDIR=$PKG # Tighten up the perms a bit: diff --git a/network/s-nail/s-nail.info b/network/s-nail/s-nail.info index 11110c87b4..5fa74b7f7a 100644 --- a/network/s-nail/s-nail.info +++ b/network/s-nail/s-nail.info @@ -1,8 +1,8 @@ PRGNAM="s-nail" -VERSION="14.9.16" +VERSION="14.9.17" HOMEPAGE="https://www.sdaoden.eu/code.html" -DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.16.tar.xz" -MD5SUM="21716bcfbb27e6bdbdc5b9dc74a47887" +DOWNLOAD="https://www.sdaoden.eu/downloads/s-nail-14.9.17.tar.xz" +MD5SUM="844524dee4c7c9b5255a2b0cf7159c7a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |