diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-11 00:48:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:02 +0700 |
commit | 267b8f7218dec24293c2ac345e49e9e7528a27eb (patch) | |
tree | d3cdb1b051c3eb2289c8240977c20163577ffa2a /development/xa/xa.SlackBuild | |
parent | 8a7a4a2f40863ce837f177e700c6fa45db2d6d77 (diff) |
development/xa: Updated for version 2.3.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/xa/xa.SlackBuild')
-rw-r--r-- | development/xa/xa.SlackBuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild index c04e6bfaa44f6..1a0ce5e185fb9 100644 --- a/development/xa/xa.SlackBuild +++ b/development/xa/xa.SlackBuild @@ -6,15 +6,19 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. -# 20141030 bkw: take the tiny little patches out of DOWNLOAD= since -# they were included in the script tarball all along. +# 20170711 bkw: +# - update for xa-2.3.8 +# - REALLY remove unused *.txt.1 copies of the patches (wtf?) # 20150322 bkw: # - update for xa-2.3.7 # - remove unused *.txt.1 copies of the patches +# 20141030 bkw: take the tiny little patches out of DOWNLOAD= since +# they were included in the script tarball all along. + PRGNAM=xa -VERSION=${VERSION:-2.3.7} +VERSION=${VERSION:-2.3.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |