diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-11-04 23:17:55 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-04 22:33:34 +0000 |
commit | e92e21588478facbdb7045a6712ceb3c490d2342 (patch) | |
tree | bc0bcf79564d818711a2fc85295ee3572c91ee98 | |
parent | 56455e06f0a2dbe98cec4f0fad201f4466df444d (diff) | |
download | aports-e92e21588478facbdb7045a6712ceb3c490d2342.zip |
community/geany-plugins: upgrade to 1.37
-rw-r--r-- | community/geany-plugins/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/geany-plugins/APKBUILD b/community/geany-plugins/APKBUILD index c81c0e8d6af..3dbe317c292 100644 --- a/community/geany-plugins/APKBUILD +++ b/community/geany-plugins/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=geany-plugins -pkgver=1.36 -pkgrel=2 +pkgver=1.37 +pkgrel=0 pkgdesc="Plugins for Geany" url="https://plugins.geany.org/" arch="all" @@ -137,4 +137,4 @@ xmlsnippets() { _plugin xmlsnippets "Extends XML/HTML tag autocompletion provide keyrecord() { _plugin keyrecord "Record a sequence of keystrokes and replay it"; } scope() { _plugin scope "Graphical GDB front-end"; } -sha512sums="4e361ea0b3c4b063df011cc9fa87f11de5dd083a0cdb48747ef31fabadb772c603b029cd955540247c67cf81690f5f57742142d2e95580ea3002116157ceb6af geany-plugins-1.36.tar.bz2" +sha512sums="7757ab05bc557f04153a7e7d5f0e13857eed2fa625b13c17a4d5856341e64a50923ff797c31f13fd307c0e8081488876d80eaed7cb5ea57860c3b93ea06cbda2 geany-plugins-1.37.tar.bz2" |