diff options
Diffstat (limited to 'community/postgresql-orafce/APKBUILD')
-rw-r--r-- | community/postgresql-orafce/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/postgresql-orafce/APKBUILD b/community/postgresql-orafce/APKBUILD index 0c91d20391..dcadb06f6c 100644 --- a/community/postgresql-orafce/APKBUILD +++ b/community/postgresql-orafce/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=postgresql-orafce _pkgname=orafce -pkgver=3.4.0 +pkgver=3.6.0 _pkgver=VERSION_${pkgver//./_} pkgrel=0 pkgdesc="Oracle's compatibility functions and packages for PostgreSQL" @@ -32,4 +32,4 @@ package() { rmdir ./usr/share/doc/postgresql } -sha512sums="576fd6d818528d6fa980a911b355fe31b131d87f5d758a78eab4f9c47546d039ae93ca6ac253312b3828da91147ae8c852685ed312a5f9ad02b8fc53b55a9e42 postgresql-orafce-3.4.0.tar.gz" +sha512sums="574128248caae7024b7cbabb3cb6a74cf493bb7e3cf20831febab9a62d788790bc166b5e7e67c110887d7ad9383b22f4521b28fbdb4c709ff3231951ad02d108 postgresql-orafce-3.6.0.tar.gz" |