diff options
author | Ryan S. Northrup <northrup@yellowapple.us> | 2022-11-24 21:05:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 21:05:35 +0700 |
commit | 47b976d002c777347709d0621cec02af29abe04c (patch) | |
tree | ac366a7de7208cae559872f29b3bd117ed18d39e | |
parent | 29b997bc04c5de5a1d47e824be98ec45957f3d97 (diff) |
development/geany-plugins: Updated for version 1.38.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/geany-plugins/geany-plugins.SlackBuild | 6 | ||||
-rw-r--r-- | development/geany-plugins/geany-plugins.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 5c7ca4230bb37..e4d0532929adc 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -2,6 +2,10 @@ # Slackware build script for Geany Plugins +# Copyright 2022 ilmich < ardutu at gmail dot com > + +# Previous maintainer(s): +# Ryan S. Northrup | Reno, NV | northrup@yellowapple.us # Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org # Copyright 2010-2013 James Geboski <jgeboski@gmail.com> @@ -33,7 +37,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=geany-plugins -VERSION=${VERSION:-1.36.0} +VERSION=${VERSION:-1.38.0} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index a1b4ae4ed58d8..bcbaa1877a1ff 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="1.36.0" +VERSION="1.38.0" HOMEPAGE="https://plugins.geany.org/" -DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.36.0/geany-plugins-1.36.0.tar.gz" -MD5SUM="ef26e47c73a2502a636fccf323ae990a" +DOWNLOAD="https://github.com/geany/geany-plugins/archive/1.38.0/geany-plugins-1.38.0.tar.gz" +MD5SUM="ccc62783859421f38ce30c20e2cf5121" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geany" |