Skip to content
This repository was archived by the owner on Dec 31, 2017. It is now read-only.

Commit 081e960

Browse files
committed
Update compile
1 parent 54c2660 commit 081e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ indent() {
77
echo "-----> Install ffmpeg (with LAME support)"
88
BUILD_DIR=$1
99
VENDOR_DIR="vendor"
10-
FFMPEG_DOWNLOAD_URL="https://github.com/jayzes/heroku-buildpack-ffmpeg/releases/download/git-2013-08-02-b3f858b/ffmpeg.tar.gz"
10+
FFMPEG_DOWNLOAD_URL="https://github.com/Vidazoo/heroku-buildpack-ffmpeg/releases/download/1.0.2/ffmpeg.tar.gz"
1111
LAME_DOWNLOAD_URL="https://github.com/jayzes/heroku-buildpack-ffmpeg/releases/download/git-2013-08-02-b3f858b/mp3lame.tar.gz"
1212

1313
echo "FFMPEG_DOWNLOAD_URL = " $FFMPEG_DOWNLOAD_URL | indent

0 commit comments

Comments
 (0)