mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/mongodb-tools: fix source url
This commit is contained in:
parent
eca1e8dac7
commit
6c9498c36b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user