diff options
author | 2025-04-01 10:24:00 +0700 | |
---|---|---|
committer | 2025-04-01 10:45:10 +0700 | |
commit | 7ab46fbcc3058a39150f8c3a400f014da9ea13c0 (patch) | |
tree | 2a16871fced38c93214ed2bddac7a3daacbb3d98 /development/poedit | |
parent | b710b3e7561a1a8fd4be7a4d59b56474f1c12249 (diff) | |
download | slackbuilds-7ab46fbcc3058a39150f8c3a400f014da9ea13c0.tar.gz slackbuilds-7ab46fbcc3058a39150f8c3a400f014da9ea13c0.tar.xz |
development/poedit: Updated for version 3.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/poedit')
-rw-r--r-- | development/poedit/poedit.SlackBuild | 2 | ||||
-rw-r--r-- | development/poedit/poedit.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/poedit/poedit.SlackBuild b/development/poedit/poedit.SlackBuild index e01b3fca24..87f245bee8 100644 --- a/development/poedit/poedit.SlackBuild +++ b/development/poedit/poedit.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=poedit -VERSION=${VERSION:-3.5.2} +VERSION=${VERSION:-3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/poedit/poedit.info b/development/poedit/poedit.info index 0946524e4e..bbca2c5f08 100644 --- a/development/poedit/poedit.info +++ b/development/poedit/poedit.info @@ -1,8 +1,8 @@ PRGNAM="poedit" -VERSION="3.5.2" +VERSION="3.6" HOMEPAGE="https://www.poedit.net" -DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.5.2-oss/poedit-3.5.2.tar.gz" -MD5SUM="b0228f683fe80ba0813fb2f43522b5d6" +DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.6-oss/poedit-3.6.tar.gz" +MD5SUM="dd1f07f3ac0f2e70b76512a9bd5133d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxWidgets LucenePlusPlus gtkspell3" |