aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongo-c-driver
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-03 23:51:45 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-03 23:51:45 +0000
commitee2892554845728e126b9b92fc8211c49bea2dd8 (patch)
tree92d5f3ab4fffa72cd094e41e12f1e31674c43afd /testing/mongo-c-driver
parent85f7c9cf2880a9dcfd5434e2ffff05df5b276245 (diff)
downloadaports-ee2892554845728e126b9b92fc8211c49bea2dd8.tar.bz2
aports-ee2892554845728e126b9b92fc8211c49bea2dd8.tar.xz
testing/mongo-c-driver: fix source url
Diffstat (limited to 'testing/mongo-c-driver')
-rw-r--r--testing/mongo-c-driver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongo-c-driver/APKBUILD b/testing/mongo-c-driver/APKBUILD
index 2b5f1b2837..d5aae215e5 100644
--- a/testing/mongo-c-driver/APKBUILD
+++ b/testing/mongo-c-driver/APKBUILD
@@ -11,7 +11,7 @@ depends_dev=
makedepends="$depends_dev autoconf automake libbson-dev libtool"
install=
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver