multimedia/shotcut: Update DOWNLOAD url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Fernando Lopez 2016-09-14 07:27:19 +07:00 committed by Willy Sudiarto Raharjo
parent 1181ff7e3c
commit bcb140cfb6
3 changed files with 6 additions and 6 deletions

View file

@ -7,4 +7,4 @@ GenericName=Video Editor
Comment=Video Editor
Exec=sh -c "/opt/Shotcut/Shotcut.app/shotcut "%F""
Icon=applications-multimedia
Categories=Application
Categories=Application

View file

@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
BITS="x86"
elif [ "$ARCH" = "i686" ]; then

View file

@ -1,9 +1,9 @@
PRGNAM="shotcut"
VERSION="15.08"
HOMEPAGE="http://www.shotcut.org/"
DOWNLOAD="https://www.dropbox.com/s/pm9x3rcgq2fbxb1/shotcut-debian7-x86-150810.tar.bz2"
DOWNLOAD="https://github.com/mltframework/shotcut/releases/download/v15.08/shotcut-debian7-x86-150810.tar.bz2"
MD5SUM="cfb589fbcbaed452b15cba659465c147"
DOWNLOAD_x86_64="https://www.dropbox.com/s/qhepbn47ds4c74m/shotcut-debian7-x86_64-150810.tar.bz2"
DOWNLOAD_x86_64="https://github.com/mltframework/shotcut/releases/download/v15.08/shotcut-debian7-x86_64-150810.tar.bz2"
MD5SUM_x86_64="d0a8dcbaedca699c0a4c419527a9ff4a"
REQUIRES="jack-audio-connection-kit"
MAINTAINER="Edinaldo P. Silva"