Skip to content

Commit

Permalink
META.json update with new version for PGXN
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PerikAdjust authored Nov 15, 2023
1 parent c98489f commit ab58b52
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
{
"name": "hashtypes",
"abstract": "data types for sha{1,256,512}, md5 and crc32",
"version": "0.1.4",
"maintainer": ["Chris Travers <[email protected]>", "Manuel Kniep <[email protected]>"],
"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/"
Expand Down

0 comments on commit ab58b52

Please sign in to comment.