diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-10 23:20:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-10 23:20:28 +0700 |
commit | 16ce5fb9c600da65e82eff0751b521b9192c5e00 (patch) | |
tree | 4fb60503929ec87dbcd0bf99cbed1cc4545f7fc6 /academic | |
parent | d3999de0ea182ebdef02275073bb3076bfb09800 (diff) | |
download | slackbuilds-16ce5fb9c600da65e82eff0751b521b9192c5e00.tar.gz |
academic/archeopteryx: Updated for version 1045.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/archeopteryx/archeopteryx.SlackBuild | 5 | ||||
-rw-r--r-- | academic/archeopteryx/archeopteryx.info | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild index c7041a1f24..3f767ddbdc 100644 --- a/academic/archeopteryx/archeopteryx.SlackBuild +++ b/academic/archeopteryx/archeopteryx.SlackBuild @@ -23,12 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=archeopteryx -VERSION=${VERSION:-0.9917_beta} +VERSION=${VERSION:-1045} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=forester -SRCVER=1044 ARCH=noarch CWD=$(pwd) @@ -42,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -install -D -m755 $CWD/${SRCNAM}_${SRCVER}.jar $PKG/usr/bin/$PRGNAM.jar +install -D -m755 $CWD/${SRCNAM}_${VERSION}.jar $PKG/usr/bin/$PRGNAM.jar mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/academic/archeopteryx/archeopteryx.info b/academic/archeopteryx/archeopteryx.info index 61071b1cd4..218b456e55 100644 --- a/academic/archeopteryx/archeopteryx.info +++ b/academic/archeopteryx/archeopteryx.info @@ -1,8 +1,8 @@ PRGNAM="archeopteryx" -VERSION="0.9917_beta" +VERSION="1045" HOMEPAGE="https://sites.google.com/site/cmzmasek/home/software/archaeopteryx" -DOWNLOAD="https://dl.dropboxusercontent.com/u/14456265/forester/download/forester_1044.jar" -MD5SUM="1e55a5eee563e39e0a66b836faf09897" +DOWNLOAD="https://dl.dropboxusercontent.com/u/14456265/forester/download/forester_1045.jar" +MD5SUM="99b8bbb7a7763ca999a7056398637d8c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |