From e5087157eff1571a5eea83f0b2033f818af79548 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:26:44 +0100 Subject: [PATCH] feat: upgrade postgis-geohash to 0.1.2 (fix for PostGreSQL 16) (#1759) --- .metwork-framework/components.md | 2 +- .../layer1_scientific_core/0072_postgis_geohash/Makefile.mk | 4 ++-- layers/layer1_scientific_core/0072_postgis_geohash/sources | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 1efb7b44..2b13b578 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -160,7 +160,7 @@ | [pipdeptree](https://pypi.org/project/pipdeptree) | 2.13.1 | python3_devtools | | [platformdirs](https://pypi.org/project/platformdirs) | 3.10.0 | python3_core | | [pluggy](https://github.com/pytest-dev/pluggy) | 1.3.0 | python3_core | -| [postgis-geohash](https://github.com/adelplanque/postgis-geohash) | 0.2.0 | scientific_core | +| [postgis-geohash](https://github.com/adelplanque/postgis-geohash) | 0.1.2 | scientific_core | | [postgis](https://postgis.net) | 3.4.0 | scientific_core | | [postgresql-airtide](https://angeo.copernicus.org/articles/21/1897/2003/) | 1.0.0 | scientific_core | | [postgresql](http://postgresql.org/) | 16.1 | scientific_core | diff --git a/layers/layer1_scientific_core/0072_postgis_geohash/Makefile.mk b/layers/layer1_scientific_core/0072_postgis_geohash/Makefile.mk index 0a65337b..c155dc23 100644 --- a/layers/layer1_scientific_core/0072_postgis_geohash/Makefile.mk +++ b/layers/layer1_scientific_core/0072_postgis_geohash/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include ../../package.mk export NAME=postgis-geohash -export VERSION=0.2.0 +export VERSION=0.1.2 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=434f2bd9ff93de9a0d901d1901d4cbc3 +export CHECKSUM=6779625e04815b3161a4e775b7a181eb DESCRIPTION=\ Postgis Geohash is a PostGreSQL/Postgis extension to calculate per bit precision geohash WEBSITE=https://github.com/adelplanque/postgis-geohash diff --git a/layers/layer1_scientific_core/0072_postgis_geohash/sources b/layers/layer1_scientific_core/0072_postgis_geohash/sources index 76aa4ee6..00c182ad 100644 --- a/layers/layer1_scientific_core/0072_postgis_geohash/sources +++ b/layers/layer1_scientific_core/0072_postgis_geohash/sources @@ -1 +1 @@ -https://github.com/metwork-framework/external_sources/blob/master/postgis-geohash-0.2.0.tar.gz?raw=true +https://github.com/adelplanque/postgis-geohash/releases/download/v0.1.2/postgis-geohash-0.1.2.tar.gz