diff options
author | joielechong <juansspy@gmail.com> | 2024-05-21 09:03:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-21 10:12:21 +0700 |
commit | 744539494f980a405d58c6d97887f939401b69a4 (patch) | |
tree | 3ddf51bf5f63a89b9bf9866827c182b17b1c71da /development/Archi | |
parent | 3233f7ab908e787fe8b61ccc2f96b5edc871ba5f (diff) |
development/Archi: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Archi')
-rw-r--r-- | development/Archi/Archi.SlackBuild | 23 | ||||
-rw-r--r-- | development/Archi/Archi.info | 6 |
2 files changed, 22 insertions, 7 deletions
diff --git a/development/Archi/Archi.SlackBuild b/development/Archi/Archi.SlackBuild index f320987ffdefe..6f7f565d77baa 100644 --- a/development/Archi/Archi.SlackBuild +++ b/development/Archi/Archi.SlackBuild @@ -3,20 +3,35 @@ # Slackware build script for Archi # Written by Joielechong (juansspy@gmail.com) # This script is just a binary repackaging. +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Archi ARCNAM=Archi-Linux64 -VERSION=${VERSION:-4.10.0} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=${ARCH:-x86_64} -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/Archi/Archi.info b/development/Archi/Archi.info index b321b367c795c..c15420a6351af 100644 --- a/development/Archi/Archi.info +++ b/development/Archi/Archi.info @@ -1,10 +1,10 @@ PRGNAM="Archi" -VERSION="4.10.0" +VERSION="5.3.0" HOMEPAGE="https://archimatetool.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://www.archimatetool.com/downloads/download.php?/4.10.0/Archi-Linux64-4.10.0.tgz" -MD5SUM_x86_64="8f79dc216e4cf833a2f8261feb283d26" +DOWNLOAD_x86_64="https://www.archimatetool.com/downloads/archi/5.3.0/Archi-Linux64-5.3.0.tgz" +MD5SUM_x86_64="21f8b7b90a0dae6f5c17074aec514786" REQUIRES="" MAINTAINER="joielechong" EMAIL="juansspy@gmail.com" |