diff --git a/Dockerfile b/Dockerfile index 150d7e0..fb60123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -389,9 +389,9 @@ RUN \ # bump: mp3lame /MP3LAME_VERSION=([\d.]+)/ svn:http://svn.code.sf.net/p/lame/svn|/^RELEASE__(.*)$/|/_/./|* # bump: mp3lame after ./hashupdate Dockerfile MP3LAME $LATEST # bump: mp3lame link "ChangeLog" http://svn.code.sf.net/p/lame/svn/trunk/lame/ChangeLog -ARG MP3LAME_VERSION=3.100 +ARG MP3LAME_VERSION=4.0 ARG MP3LAME_URL="https://sourceforge.net/projects/lame/files/lame/$MP3LAME_VERSION/lame-$MP3LAME_VERSION.tar.gz/download" -ARG MP3LAME_SHA256=ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e +ARG MP3LAME_SHA256=3df5124d5ad3a98312ffd7ba6a9b36230e4f8a3e66d3ce0f425e336c32d216eb RUN \ wget $WGET_OPTS -O lame.tar.gz "$MP3LAME_URL" && \ echo "$MP3LAME_SHA256 lame.tar.gz" | sha256sum -c - && \