diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-10-26 21:54:32 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:52 +0700 |
commit | 9f7ba188ab64882f90b05906af09f78220c7e462 (patch) | |
tree | a19e71c05bdf82de2417f2312ef965941df226e1 /development/gedit-plugins | |
parent | f931441ad11a50a8b8f2654dbe39fce12c6b7f7c (diff) |
development/gedit-plugins: Updated for version 46.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gedit-plugins')
-rw-r--r-- | development/gedit-plugins/gedit-plugins.SlackBuild | 2 | ||||
-rw-r--r-- | development/gedit-plugins/gedit-plugins.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/gedit-plugins/gedit-plugins.SlackBuild b/development/gedit-plugins/gedit-plugins.SlackBuild index 5b00685cd7c6..49d1b1f49e2f 100644 --- a/development/gedit-plugins/gedit-plugins.SlackBuild +++ b/development/gedit-plugins/gedit-plugins.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gedit-plugins -VERSION=${VERSION:-44.1} +VERSION=${VERSION:-46.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/gedit-plugins/gedit-plugins.info b/development/gedit-plugins/gedit-plugins.info index 9b57d6ea1ab1..eeaf2263c156 100644 --- a/development/gedit-plugins/gedit-plugins.info +++ b/development/gedit-plugins/gedit-plugins.info @@ -1,8 +1,8 @@ PRGNAM="gedit-plugins" -VERSION="44.1" +VERSION="46.0" HOMEPAGE="http://projects.gnome.org/gedit/" -DOWNLOAD="https://download.gnome.org/sources/gedit-plugins/44/gedit-plugins-44.1.tar.xz" -MD5SUM="02841bc9ee6657bbd33ea99e3b1f46cb" +DOWNLOAD="https://download.gnome.org/sources/gedit-plugins/46/gedit-plugins-46.0.tar.xz" +MD5SUM="c5701ed546aceb6ebceac8749948c8f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gedit" |