forked from pandrewhk/hashtypes
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
c98489f
commit ab58b52
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|