diff --git a/build.sh b/build.sh index ac44f58..42a15e1 100644 --- a/build.sh +++ b/build.sh @@ -1,13 +1,13 @@ #!/bin/sh PN="vlc" -VERSION="1.1.10" +VERSION="1.1.11" RELEASE="1" PRIORITY="0" ADVICE="" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://images1.videolan.org/images/largeVLC.png" -X86="http://download.videolan.org/pub/vlc/1.1.10/win32/vlc-1.1.10-win32.exe" +X86="http://download.videolan.org/pub/vlc/1.1.11/win32/vlc-1.1.11-win32.exe" #AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi" ICONFILE=${ICON##*/} X86FILE=${X86##*/} diff --git a/vlc-1.1.10-win32.exe.sha1sum b/vlc-1.1.10-win32.exe.sha1sum deleted file mode 100644 index 8a0a114..0000000 --- a/vlc-1.1.10-win32.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -2dcb4e115bfce7dc228e35e9b802d3ff14213a50 /usr/portage/distfiles/vlc-1.1.10-win32.exe diff --git a/vlc-1.1.11-win32.exe.sha1sum b/vlc-1.1.11-win32.exe.sha1sum new file mode 100644 index 0000000..77171ed --- /dev/null +++ b/vlc-1.1.11-win32.exe.sha1sum @@ -0,0 +1 @@ +7bbb0c3dc8f88e1bcd3e358a5ffaa4aa53e89dbb /usr/portage/distfiles/vlc-1.1.11-win32.exe