mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/processing: Fix info, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
11469e7304
commit
40e57d041a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="processing"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="www.processing.org"
|
||||
HOMEPAGE="http://www.processing.org"
|
||||
DOWNLOAD="http://processing.googlecode.com/files/processing-1.5.1-linux.tgz"
|
||||
MD5SUM="a4539860c7d55b650c7e2f5ba5fdeac9"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue