From 4991a3dbc1023c795dbc946a1323f5d187e8fe02 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Fri, 24 Jun 2016 08:49:49 -0700 Subject: [PATCH] Update source URL --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 9a9a7ab..60e2186 100755 --- a/bin/compile +++ b/bin/compile @@ -35,7 +35,7 @@ function vendor() { } echo "-----> Vendoring binaries" -vendor "https://s3.amazonaws.com/mojodna-heroku/$STACK/jemalloc-4.2.1-1.tar.gz" "$BUILD_DIR/vendor/jemalloc" +vendor "https://github.com/mojodna/heroku-buildpack-jemalloc/releases/download/v4.2.1/jemalloc-4.2.1-1.tar.gz" "$BUILD_DIR/vendor/jemalloc" echo "-----> Configuring build environment"