diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2023-08-11 20:35:29 +0900 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2023-08-11 20:41:15 +0900 |
commit | 75bcf85a466918f8c1b099c7f2d2344cabe06a3a (patch) | |
tree | 55a09cb8aa0a8699e3a3e00555f61946878d0d90 /development/argouml | |
parent | 0290697c131e2ab3b73c07dec6890df6a67d5003 (diff) |
development/argouml: Updated for version 0.35.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/argouml')
-rw-r--r-- | development/argouml/argouml.SlackBuild | 4 | ||||
-rw-r--r-- | development/argouml/argouml.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/argouml/argouml.SlackBuild b/development/argouml/argouml.SlackBuild index eb2593626ac7e..9b12df3cad02b 100644 --- a/development/argouml/argouml.SlackBuild +++ b/development/argouml/argouml.SlackBuild @@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=argouml -VERSION=${VERSION:-0.34} +VERSION=${VERSION:-0.35.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,7 +59,7 @@ cp icon/ArgoIcon128x128.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -cp README.txt $PKG/usr/doc/$PRGNAM-$VERSION +install -D -m 0644 README.txt $PKG/usr/doc/$PRGNAM-$VERSION/README.txt mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/development/argouml/argouml.info b/development/argouml/argouml.info index c974b4fe40c0f..a10ddd4b26da1 100644 --- a/development/argouml/argouml.info +++ b/development/argouml/argouml.info @@ -1,8 +1,8 @@ PRGNAM="argouml" -VERSION="0.34" -HOMEPAGE="http://argouml.tigris.org/" -DOWNLOAD="http://argouml-downloads.tigris.org/nonav/argouml-0.34/ArgoUML-0.34.tar.gz" -MD5SUM="440efea6096a00b8c19daab1ecddaf7c" +VERSION="0.35.1" +HOMEPAGE="https://argouml-tigris-org.github.io/tigris/argouml/" +DOWNLOAD="https://github.com/argouml-tigris-org/argouml/releases/download/VERSION_0_35_1/ArgoUML-0.35.1.tar.gz" +MD5SUM="6bce5c68e0468b3fc5528228590c7fec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" |