summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/staruml/staruml.SlackBuild7
-rw-r--r--development/staruml/staruml.info18
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"