diff options
author | Petar Petrov <petar.petrov@student.oulu.fi> | 2015-02-04 19:12:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-05 06:31:04 +0700 |
commit | c8bd220ce2030630eaaeb4b4b79241720a06df8c (patch) | |
tree | 6fdfb7840b1dff7406bc546cddd32b8e625a7e7c /academic/archeopteryx/archeopteryx.SlackBuild | |
parent | f2a368987ad0a4c75a2d83aae304deaa2c5c3f57 (diff) | |
download | slackbuilds-c8bd220ce2030630eaaeb4b4b79241720a06df8c.tar.gz |
academic/archeopteryx: Updated for version 0.9901_beta.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/archeopteryx/archeopteryx.SlackBuild')
-rw-r--r-- | academic/archeopteryx/archeopteryx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild index 6f8327f389..d4c812b0cd 100644 --- a/academic/archeopteryx/archeopteryx.SlackBuild +++ b/academic/archeopteryx/archeopteryx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for archeopteryx -# Copyright 2014 Petar Petrov petar.petrov@student.oulu.fi +# Copyright 2014-2015 Petar Petrov petar.petrov@student.oulu.fi # 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=archeopteryx -VERSION=${VERSION:-0.9899_beta} +VERSION=${VERSION:-0.9901_beta} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=forester -SRCVER=1037 +SRCVER=1038 ARCH=noarch CWD=$(pwd) |