diff mbox series

[1/1] package/postgis: bump version to 3.2.2

Message ID 20220811084734.1620010-1-fido_max@inbox.ru
State Accepted
Headers show
Series [1/1] package/postgis: bump version to 3.2.2 | expand

Commit Message

Maxim Kochetkov Aug. 11, 2022, 8:47 a.m. UTC
https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.2.2/NEWS

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 package/postgis/postgis.hash | 2 +-
 package/postgis/postgis.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Aug. 11, 2022, 9:46 a.m. UTC | #1
>>>>> "Maxim" == Maxim Kochetkov <fido_max@inbox.ru> writes:

 > https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.2.2/NEWS
 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed, thanks.
Peter Korsgaard Sept. 14, 2022, 10:33 p.m. UTC | #2
>>>>> "Maxim" == Maxim Kochetkov <fido_max@inbox.ru> writes:

 > https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.2.2/NEWS
 > Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/postgis/postgis.hash b/package/postgis/postgis.hash
index 018e6523f3..9569ca71dd 100644
--- a/package/postgis/postgis.hash
+++ b/package/postgis/postgis.hash
@@ -1,3 +1,3 @@ 
 # Locally calculated
-sha256  fbab68dde6ca3934b24ba08c8ab0cff2594f57f93deab41a15c82ae1bb69893e  postgis-3.2.1.tar.gz
+sha256  18cf3d013f45b1aa8ed59d78bc707e9e125e250d8f0615396ae9bfe3dd7c3d7c  postgis-3.2.2.tar.gz
 sha256  55b69f22e1752830dd565852dc7ff242daf289dbd3a6bfede5db43f90d2e28c9  LICENSE.TXT
diff --git a/package/postgis/postgis.mk b/package/postgis/postgis.mk
index 1b5a7bc3ad..e6ea52bf7a 100644
--- a/package/postgis/postgis.mk
+++ b/package/postgis/postgis.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-POSTGIS_VERSION = 3.2.1
+POSTGIS_VERSION = 3.2.2
 POSTGIS_SITE = https://download.osgeo.org/postgis/source
 # parallel build issues
 POSTGIS_MAKE = $(MAKE1)