diff options
-rw-r--r-- | community/rethinkdb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD index 70edcd0c5c..4602eb9533 100644 --- a/community/rethinkdb/APKBUILD +++ b/community/rethinkdb/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Daniel Treadwell <daniel@djt.id.au> pkgname=rethinkdb pkgver=2.3.6 -pkgrel=6 +pkgrel=7 pkgdesc="Distributed powerful and scalable NoSQL database" -url="http://www.rethinkdb.com" +url="https://www.rethinkdb.com" arch="x86_64 ppc64le s390x" license="Apache-2.0" options="!check" # needs coffeescript @@ -15,7 +15,7 @@ install="$pkgname.pre-install" pkgusers=rethinkdb pkggroups=rethinkdb subpackages="$pkgname-doc" -source="http://download.rethinkdb.com/dist/$pkgname-$pkgver.tgz +source="https://download.rethinkdb.com/dist/$pkgname-$pkgver.tgz libressl-all.patch enable-build-ppc64le.patch enable-build-s390x.patch |