diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2017-03-06 22:36:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:42 +0700 |
commit | 222aee21f0b382384fd74f95e6edeea63ceafa5c (patch) | |
tree | 7b4967fc8369ddbfcf6e2f15b2e974931d65c019 | |
parent | 07b89b589aab961a72215c71ff0fd01ccc31cfa6 (diff) | |
download | slackbuilds-222aee21f0b382384fd74f95e6edeea63ceafa5c.tar.gz |
development/staruml: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/staruml/staruml.SlackBuild | 7 | ||||
-rw-r--r-- | development/staruml/staruml.info | 18 |
2 files changed, 13 insertions, 12 deletions
diff --git a/development/staruml/staruml.SlackBuild b/development/staruml/staruml.SlackBuild index 62f8fec773..035f600880 100644 --- a/development/staruml/staruml.SlackBuild +++ b/development/staruml/staruml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for StarUML -# Copyright 2016 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy +# Copyright 2017 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=staruml -VERSION=${VERSION:-2.7.0} +VERSION=${VERSION:-2.8.0} +CRYPT_VERSION=${CRYPT_VERSION:-1.5.0-5+deb7u5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +72,7 @@ cd $PKG unxz -c ../data.tar.xz | tar xv cd $TMP -ar xvf $CWD/libgcrypt11_1.5.0-5+deb7u4_$DEBARCH.deb +ar xvf $CWD/libgcrypt11\_$CRYPT_VERSION\_$DEBARCH.deb cd $PKG tar xvf ../data.tar.gz diff --git a/development/staruml/staruml.info b/development/staruml/staruml.info index 768493774a..7c682b6e58 100644 --- a/development/staruml/staruml.info +++ b/development/staruml/staruml.info @@ -1,14 +1,14 @@ PRGNAM="staruml" -VERSION="2.7.0" +VERSION="2.8.0" HOMEPAGE="http://staruml.io" -DOWNLOAD="http://staruml.io/download/release/v2.7.0/StarUML-v2.7.0-32-bit.deb \ - http://security.debian.org/debian-security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u4_i386.deb" -MD5SUM="2f72713e8ea8081552715590f7ebef24 \ - b31a8510f6414732ae530a3718a768e2" -DOWNLOAD_x86_64="http://staruml.io/download/release/v2.7.0/StarUML-v2.7.0-64-bit.deb \ - http://security.debian.org/debian-security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u4_amd64.deb" -MD5SUM_x86_64="5c738e1bc9dcf09e2c6d0cf44035784a \ - 05f7d141c15d49ee29dfd28503ec1f63" +DOWNLOAD="http://staruml.io/download/release/v2.8.0/StarUML-v2.8.0-32-bit.deb \ + http://security.debian.org/debian-security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u5_i386.deb" +MD5SUM="a07dddbd9afb9a68461aef587c2ad928 \ + 9eb93acceff6847550baccb7eaa431b1" +DOWNLOAD_x86_64="http://staruml.io/download/release/v2.8.0/StarUML-v2.8.0-64-bit.deb \ + http://security.debian.org/debian-security/pool/updates/main/libg/libgcrypt11/libgcrypt11_1.5.0-5+deb7u5_amd64.deb" +MD5SUM_x86_64="8a541f9194ade2b3e5a619a0330675e4 \ + 2d44eef21b18cb5aabc8485e462673b6" REQUIRES="" MAINTAINER="Giorgio Peron" EMAIL="giorgio.peron@gmail.com" |