diff options
Diffstat (limited to 'development/xa/xa.SlackBuild')
-rw-r--r-- | development/xa/xa.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild index a9aec5e2b1..b308eb7612 100644 --- a/development/xa/xa.SlackBuild +++ b/development/xa/xa.SlackBuild @@ -9,8 +9,12 @@ # 20141030 bkw: take the tiny little patches out of DOWNLOAD= since # they were included in the script tarball all along. +# 20150322 bkw: +# - update for xa-2.3.7 +# - remove unused *.txt.1 copies of the patches + PRGNAM=xa -VERSION=${VERSION:-2.3.6} +VERSION=${VERSION:-2.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |