diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-09 15:35:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:46 +0700 |
commit | 26a3e064f02f24da84bcb6038ca110e3c6ace07a (patch) | |
tree | 4e1765d2a1daeff1c965a71a75aa5b5144a3f7f7 /games/SLADE/SLADE.SlackBuild | |
parent | 06959fff38073ea8c9ceab80e81b8d050d75c83b (diff) |
games/SLADE: Updated for version 3.1.12a.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/SLADE/SLADE.SlackBuild')
-rw-r--r-- | games/SLADE/SLADE.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/SLADE/SLADE.SlackBuild b/games/SLADE/SLADE.SlackBuild index 1108a86711c3d..cb6adf1a1e29e 100644 --- a/games/SLADE/SLADE.SlackBuild +++ b/games/SLADE/SLADE.SlackBuild @@ -23,6 +23,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20201109 bkw: update for v3.2.12a # 20200416 bkw: # - take over maintenance # - update for v3.1.11 @@ -31,7 +32,7 @@ # - get rid of our .desktop file (upstream provides one now) PRGNAM=SLADE -VERSION=${VERSION:-3.1.11} +VERSION=${VERSION:-3.1.12a} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |