mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/arduino: Fix source download urls
This commit is contained in:
parent
5cca222a21
commit
1a8b55aed0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="arduino"
|
||||
VERSION="1.0.6"
|
||||
HOMEPAGE="http://www.arduino.cc"
|
||||
DOWNLOAD="http://downloads-01.arduino.cc/arduino-1.0.6-linux32.tgz"
|
||||
DOWNLOAD="http://mirror.slackware.hr/sources/arduino/arduino-1.0.6-linux32.tgz"
|
||||
MD5SUM="0213d2e838630ea60418a2c0903e90b9"
|
||||
DOWNLOAD_x86_64="http://downloads-01.arduino.cc/arduino-1.0.6-linux64.tgz"
|
||||
DOWNLOAD_x86_64="http://mirror.slackware.hr/sources/arduino/arduino-1.0.6-linux64.tgz"
|
||||
MD5SUM_x86_64="7439035cce6b510a1096637613bcd8c9"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Mario Preksavec"
|
||||
|
|
Loading…
Reference in a new issue