mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/arduino: Updated for version 1.0.6.
This commit is contained in:
parent
9e67f01435
commit
b8256efeea
2 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=arduino
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
VERSION=${VERSION:-1.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="arduino"
|
||||
VERSION="1.0.5"
|
||||
VERSION="1.0.6"
|
||||
HOMEPAGE="http://www.arduino.cc"
|
||||
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"
|
||||
DOWNLOAD="http://downloads-01.arduino.cc/arduino-1.0.6-linux32.tgz"
|
||||
MD5SUM="0213d2e838630ea60418a2c0903e90b9"
|
||||
DOWNLOAD_x86_64="http://downloads-01.arduino.cc/arduino-1.0.6-linux64.tgz"
|
||||
MD5SUM_x86_64="7439035cce6b510a1096637613bcd8c9"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue