graphics/uniconvertor: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a97264a742
commit
9aeca180be
|
@ -15,5 +15,5 @@ uniconvertor:
|
|||
uniconvertor:
|
||||
uniconvertor:
|
||||
uniconvertor:
|
||||
uniconvertor: Homepage: http://sk1project.org
|
||||
uniconvertor: Homepage: http://sk1project.net
|
||||
uniconvertor:
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue