diff options
author | Michel Begue <mab974@misouk.com> | 2022-04-25 20:13:38 +0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:05 +0700 |
commit | 7d67ee2504caa5a3110580453d8a46cbcad414e5 (patch) | |
tree | dbc9c7d48cfda9116b633ca82c4609ce3dfafd47 /graphics | |
parent | 0555e4a605d12ce9e37db827ebab88ef5b713f77 (diff) |
graphics/yed: Updated for version 3.22
Signed-off-by: Michel Begue <mab974@misouk.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yed/yed.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/yed/yed.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/yed/yed.SlackBuild b/graphics/yed/yed.SlackBuild index b8da7fc67989d..5d5682dc8ca08 100644 --- a/graphics/yed/yed.SlackBuild +++ b/graphics/yed/yed.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for yEd # Copyright 2012-2015 Fridrich von Stauffenberg <cancellor2@gmail.com> -# Copyright 2021 Michel Begue <mab974@gmail.com> +# Copyright 2021 Michel Begue <mab974@misouk.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yed -VERSION=${VERSION:-3.21.1} +VERSION=${VERSION:-3.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/yed/yed.info b/graphics/yed/yed.info index d82faa5e9e493..b0cf27dc6cfc2 100644 --- a/graphics/yed/yed.info +++ b/graphics/yed/yed.info @@ -1,10 +1,10 @@ PRGNAM="yed" -VERSION="3.21.1" +VERSION="3.22" HOMEPAGE="https://www.yworks.com/products/yed" -DOWNLOAD="https://www.yworks.com/resources/yed/demo/yEd-3.21.1.zip" -MD5SUM="caf19b4f5ab0c8ad3c5ec6bbe91069fa" +DOWNLOAD="https://www.yworks.com/resources/yed/demo/yEd-3.22.zip" +MD5SUM="e37e35ca4a240cd0843f59beafbe97d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk8" MAINTAINER="Michel Begue" -EMAIL="mab974@gmail.com" +EMAIL="mab974@misouk.com" |