diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2018-12-24 08:56:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-24 08:56:55 +0700 |
commit | f240a7ca4787e19e85697056ba9cafd1af852d17 (patch) | |
tree | 8ee8bca7e1acfcf5e1f790d57fb2b46fe661594c /academic/archaeopteryx/archaeopteryx.SlackBuild | |
parent | 9f694eee166af4de4d39a91b55025f1fd913ddba (diff) |
academic/archaeopteryx: Updated for version 0.9928b.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/archaeopteryx/archaeopteryx.SlackBuild')
-rw-r--r-- | academic/archaeopteryx/archaeopteryx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/archaeopteryx/archaeopteryx.SlackBuild b/academic/archaeopteryx/archaeopteryx.SlackBuild index e178e4b8daad9..c72ba3b9e714f 100644 --- a/academic/archaeopteryx/archaeopteryx.SlackBuild +++ b/academic/archaeopteryx/archaeopteryx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for archaeopteryx -# Copyright 2014-2017 Petar Petrov slackalaxy@gmail.com +# Copyright 2014-2018 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,12 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=archaeopteryx -VERSION=${VERSION:-0.9920b} +VERSION=${VERSION:-0.9928b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=forester -SRCVER=1046 +SRCVER=1050 ARCH=noarch CWD=$(pwd) |