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/"