diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:31:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:31 +0700 |
commit | 7415ee8e4413f4489e55c4d143ecadbb33612a4d (patch) | |
tree | 120e25475e93178d9193359f2342df267252afe4 /desktop | |
parent | 2507c70f224a6c0b6b80e62ea010de3ecbc2b110 (diff) |
desktop/yad: Updated for version 13.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/yad/yad.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/yad/yad.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/yad/yad.SlackBuild b/desktop/yad/yad.SlackBuild index 7b47fde28edb5..49ab95eb255e5 100644 --- a/desktop/yad/yad.SlackBuild +++ b/desktop/yad/yad.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for yad # Copyright 2010-2014 Charles <SlackBuilds@catcons.co.uk> -# Copyright 2015-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2015-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yad -VERSION=${VERSION:-7.3} +VERSION=${VERSION:-13.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/yad/yad.info b/desktop/yad/yad.info index 3724eb57499c7..d52d98045993e 100644 --- a/desktop/yad/yad.info +++ b/desktop/yad/yad.info @@ -1,8 +1,8 @@ PRGNAM="yad" -VERSION="7.3" +VERSION="13.0" HOMEPAGE="https://github.com/v1cont/yad/" -DOWNLOAD="https://github.com/v1cont/yad/releases/download/v7.3/yad-7.3.tar.xz" -MD5SUM="75883db190160e613709239049fe777a" +DOWNLOAD="https://github.com/v1cont/yad/releases/download/v13.0/yad-13.0.tar.xz" +MD5SUM="e8aff4b660a110fe54eae22382afc8f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |