From ab58b52a0b99dcf48acddb905636db3b93383194 Mon Sep 17 00:00:00 2001 From: Perik Rigoudy <117086694+PerikAdjust@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:05:11 +0100 Subject: [PATCH] META.json update with new version for PGXN A new version was released and it was not up to date in the meta json, this also allows you to update the version on PGXN. --- META.json | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/META.json b/META.json index 1367185..4f85aa9 100644 --- a/META.json +++ b/META.json @@ -1,19 +1,32 @@ { "name": "hashtypes", "abstract": "data types for sha{1,256,512}, md5 and crc32", - "version": "0.1.4", - "maintainer": ["Chris Travers ", "Manuel Kniep "], - "license": "postgresql", - "meta-spec": { - "version": "1.0.0", - "url": "http://pgxn.org/meta/spec.txt" - }, + "version": "0.1.5", + "maintainer" : [ + "adjustgmbh" + ], + "license": { + "PostgreSQL": "http://www.postgresql.org/about/licence" + }, "provides": { "hashtypes": { - "file": "sql/hashtypes--0.1.4.sql", - "version": "0.1.4" + "file": "sql/hashtypes--0.1.5.sql", + "version": "0.1.5", + "abstract": "data types for sha{1,256,512}, md5 and crc32" } }, + "meta-spec": { + "version": "1.0.0", + "url": "http://pgxn.org/meta/spec.txt" + }, + "description": "data types for sha{1,256,512}, md5 and crc32", + "prereqs": { + "runtime": { + "requires": { + "PostgreSQL": "10.0.0" + } + } + }, "resources": { "bugtracker": { "web": "http://github.com/adjust/hashtypes/issues/"