diff options
author | prspkt <prspkt@protonmail.com> | 2018-08-01 17:35:56 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-03 05:46:57 +0000 |
commit | c4e157aee470e12eb790cf5dfaf3c27f8f82a705 (patch) | |
tree | 8de8dec133cfa3ffcbd6bd98b1572887bfca7da7 /community/rethinkdb/APKBUILD | |
parent | e827793a0cb3b8da6ff552c6755997bf06243142 (diff) | |
download | aports-c4e157aee470e12eb790cf5dfaf3c27f8f82a705.tar.bz2 aports-c4e157aee470e12eb790cf5dfaf3c27f8f82a705.tar.xz |
community/rethinkdb: rebuild against libprotobuf.so.17
Use https
Diffstat (limited to 'community/rethinkdb/APKBUILD')
-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 |