diff options
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} |