diff options
author | JK Wood <joshuakwood@gmail.com> | 2019-12-29 10:55:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-29 10:55:30 +0700 |
commit | 23c1bb0d63a0ae73ae1001d3a2c72f3890a04318 (patch) | |
tree | 72ecaf99a3d91b2de9b886aedca68563e48d50f2 /ham | |
parent | ac7ba23f3e0580f09b491b6403aea19f0a44c396 (diff) | |
download | slackbuilds-23c1bb0d63a0ae73ae1001d3a2c72f3890a04318.tar.gz |
ham/xwxapt: Updated for version 2.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r-- | ham/xwxapt/README | 6 | ||||
-rw-r--r-- | ham/xwxapt/xwxapt.SlackBuild | 4 | ||||
-rw-r--r-- | ham/xwxapt/xwxapt.info | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/ham/xwxapt/README b/ham/xwxapt/README index 49d42382be..a2824daeb8 100644 --- a/ham/xwxapt/README +++ b/ham/xwxapt/README @@ -6,5 +6,9 @@ sync status etc) and text messages as it runs. By default, xwxapt wants to create a directory in the home directory of the installing user. The SlackBuild disables that, but the directory -structure including config file has been made availabe in +structure including config file has been made available in /usr/share/xwxapt-$VERSION + +A config file has been added in /usr/share/xwxapt-$VERSION/xwxapt/xwxaptrc +which you will need to copy and modify before starting xwxapt for the +first time. diff --git a/ham/xwxapt/xwxapt.SlackBuild b/ham/xwxapt/xwxapt.SlackBuild index 652b0881fb..8729780e85 100644 --- a/ham/xwxapt/xwxapt.SlackBuild +++ b/ham/xwxapt/xwxapt.SlackBuild @@ -21,8 +21,8 @@ # that is unlikely, as I am rather tall. PRGNAM=xwxapt -VERSION=${VERSION:-2.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/ham/xwxapt/xwxapt.info b/ham/xwxapt/xwxapt.info index 4e2caf935d..d7303fb80c 100644 --- a/ham/xwxapt/xwxapt.info +++ b/ham/xwxapt/xwxapt.info @@ -1,10 +1,10 @@ PRGNAM="xwxapt" -VERSION="2.4" +VERSION="2.9" HOMEPAGE="https://www.qsl.net/5b4az/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/xwxapt-2.4.tar.bz2" -MD5SUM="1d82e5db1e65dc8bfdc79a8d6f479958" +DOWNLOAD="https://www.qsl.net/5b4az/pkg/apt/xwxapt/xwxapt-2.9.tar.bz2" +MD5SUM="06dd1b1f83b48050b54f4f06dd813cf7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="rtl-sdr" MAINTAINER="JK Wood" EMAIL="joshuakwood@gmail.com" |