mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/arduino: Updated for version 1.0.5 + New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
15631e70fd
commit
f973bf7ea2
2 changed files with 12 additions and 10 deletions
|
@ -13,8 +13,10 @@
|
|||
# I am not responsible for any consequences that follow from the
|
||||
# incorrect use of this script.
|
||||
|
||||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=arduino
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -33,10 +35,10 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
SRCSUFFIX="-linux"
|
||||
SRCSUFFIX="-linux32"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
SRCSUFFIX="-linux"
|
||||
SRCSUFFIX="-linux32"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
LIBDIRSUFFIX="64"
|
||||
SRCSUFFIX="-linux64"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="arduino"
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.0.5"
|
||||
HOMEPAGE="http://www.arduino.cc"
|
||||
DOWNLOAD="https://arduino.googlecode.com/files/arduino-1.0.2-linux.tgz"
|
||||
MD5SUM="4c4151d55adcbfbe960413ebd8481ccd"
|
||||
DOWNLOAD_x86_64="https://arduino.googlecode.com/files/arduino-1.0.2-linux64.tgz"
|
||||
MD5SUM_x86_64="59c6a363bcf768506a8c16c1d8cfad6b"
|
||||
DOWNLOAD="https://arduino.googlecode.com/files/arduino-1.0.5-linux32.tgz"
|
||||
MD5SUM="ca6a87052a83e9500d6555c1f54c793b"
|
||||
DOWNLOAD_x86_64="https://arduino.googlecode.com/files/arduino-1.0.5-linux64.tgz"
|
||||
MD5SUM_x86_64="47bc3292f96a9d0e1a31f7c707c9acef"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Vliegendehuiskat"
|
||||
EMAIL="vliegendehuiskat [at] gmail [dot] com"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue