graphics/uniconvertor: Update DOWNLOAD url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andre Barboza 2017-01-06 00:10:17 +07:00 committed by Willy Sudiarto Raharjo
parent a97264a742
commit 9aeca180be
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -15,5 +15,5 @@ uniconvertor:
uniconvertor:
uniconvertor:
uniconvertor:
uniconvertor: Homepage: http://sk1project.org
uniconvertor: Homepage: http://sk1project.net
uniconvertor:

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=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,7 +1,7 @@
PRGNAM="uniconvertor"
VERSION="1.1.5"
HOMEPAGE="http://sk1project.org"
DOWNLOAD="http://uniconvertor.googlecode.com/files/uniconvertor-1.1.5.tar.gz"
HOMEPAGE="http://sk1project.net"
DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/uniconvertor-1.1.5.tar.gz"
MD5SUM="d1272315a58304ece2ff588834e23f72"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""