aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb-tools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-16 12:14:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-16 12:14:50 +0000
commit6c9498c36b40b091bde3b79c88ddb837e94fc9c5 (patch)
treef4e7a872c6fc6801293d6bc7962e5dcd6c36c035 /community/mongodb-tools
parenteca1e8dac742e990f4b8c599ddf0b7b3b09430bd (diff)
community/mongodb-tools: fix source url
Diffstat (limited to 'community/mongodb-tools')
-rw-r--r--community/mongodb-tools/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index 5b386bc1017..ee6a8d235e4 100644
--- a/community/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Marc Vertes <marc.vertes@ugrid.net>
pkgname=mongodb-tools
pkgver=3.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
arch="all !s390x"
license="apache"
makedepends="$depends_dev go cyrus-sasl-dev libressl-dev libpcap-dev"
options="!check"
-source="https://github.com/mongodb/mongo-tools/archive/$pkgver/$pkgname-r$pkgver.tar.gz
+source="$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz
libressl.patch
fix-build.patch
"
@@ -32,6 +32,6 @@ package() {
cp bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog mongoreplay "$bindir" || return 1
}
-sha512sums="d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d mongodb-tools-r3.4.4.tar.gz
+sha512sums="d49243e41bf3144264add3766a6f7016a07509a583a7368a639d85d2305500dd5afcfbc4449f3dcc8bec6e88bfb76ce021c813fe14169e3bd2476ed0db7c2d5d mongodb-tools-3.4.4.tar.gz
3e336b01c33da66623cc84bf9c29c794bba20bdaf6299713f39416ed1a92406c6f2e5e03865aaca128f91e8e1ac64c6c52a2a92610c59dc7be2fd6c997e9361e libressl.patch
74e432b354fd75209b87461e54f79a173ba0d647a2e45a48d520ee9342236b6a50ef1c634312f4804402578b8534d59ebf10973ce90cae2bbe76407102f2b404 fix-build.patch"