diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/atftp/atftp.SlackBuild | 5 | ||||
-rw-r--r-- | network/atftp/atftp.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/network/atftp/atftp.SlackBuild b/network/atftp/atftp.SlackBuild index 96c98cb1711f..c32872849d40 100644 --- a/network/atftp/atftp.SlackBuild +++ b/network/atftp/atftp.SlackBuild @@ -23,6 +23,7 @@ # Now maintained by B. Watson <urchlay@slackware.uk>. +# 20230103 bkw: update for v0.8.0. # 20210223 bkw: update for v0.7.4. # 20191129 bkw: update for v0.7.2. @@ -36,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=atftp -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,6 +85,8 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +[ -e ./configure ] || sh autogen.sh + CC="gcc -fgnu89-inline $SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/network/atftp/atftp.info b/network/atftp/atftp.info index ed426f8dc104..2fb13509cb23 100644 --- a/network/atftp/atftp.info +++ b/network/atftp/atftp.info @@ -1,8 +1,8 @@ PRGNAM="atftp" -VERSION="0.7.4" +VERSION="0.8.0" HOMEPAGE="https://sourceforge.net/projects/atftp" -DOWNLOAD="https://downloads.sourceforge.net/project/atftp/atftp-0.7.4.tar.gz" -MD5SUM="f15e2b89498106f68b798ad027a85e8d" +DOWNLOAD="https://downloads.sourceforge.net/project/atftp/atftp-0.8.0.tar.gz" +MD5SUM="852f4c0773ae8c429ec4f74413eabe1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |