diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-08 22:41:39 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-08 22:41:55 +0100 |
commit | 36e3f33b8773d7ed4a0a676b2f25d229b0ff2e75 (patch) | |
tree | 174cc10681af4c7e8e9844677bb0afa0bfc53e85 /community/postgresql-orafce | |
parent | 053cf30097b191901a6d0e03c6ef2c968f3d43ac (diff) | |
download | aports-36e3f33b8773d7ed4a0a676b2f25d229b0ff2e75.tar.bz2 aports-36e3f33b8773d7ed4a0a676b2f25d229b0ff2e75.tar.xz |
community/postgresql-orafce: upgrade to 3.6.1
Diffstat (limited to 'community/postgresql-orafce')
-rw-r--r-- | community/postgresql-orafce/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/postgresql-orafce/APKBUILD b/community/postgresql-orafce/APKBUILD index 899ae21984..7abd299966 100644 --- a/community/postgresql-orafce/APKBUILD +++ b/community/postgresql-orafce/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=postgresql-orafce _pkgname=orafce -pkgver=3.6.0 +pkgver=3.6.1 _pkgver=VERSION_${pkgver//./_} -pkgrel=1 +pkgrel=0 pkgdesc="Oracle's compatibility functions and packages for PostgreSQL" url="https://github.com/orafce/orafce" arch="all" @@ -32,4 +32,4 @@ package() { rmdir ./usr/share/doc/postgresql } -sha512sums="574128248caae7024b7cbabb3cb6a74cf493bb7e3cf20831febab9a62d788790bc166b5e7e67c110887d7ad9383b22f4521b28fbdb4c709ff3231951ad02d108 postgresql-orafce-3.6.0.tar.gz" +sha512sums="330e0147087375e65c224dd357cb6f369fe0c723e3f6024b4820c0792acf6f2459744a1003001f3048a4c75212a018f69ec5d3f6aca138eda75a95f9e3e9f039 postgresql-orafce-3.6.1.tar.gz" |