development/eagle: Updated for version 7.5.0.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>
This commit is contained in:
Kyle Guinn 2015-12-01 01:54:21 -06:00 committed by Willy Sudiarto Raharjo
parent c75ff0d5aa
commit 46f570f47a
2 changed files with 8 additions and 6 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=eagle
VERSION=${VERSION:-7.4.0}
VERSION=${VERSION:-7.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,6 +51,8 @@ mkdir -p $TMP $PKG $OUTPUT
sh $CWD/$PRGNAM-$PLATFORM-$VERSION.run $PKG/opt
chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG
find $PKG/opt/$PRGNAM-$VERSION/lbr/seeed -type f -exec chmod -x {} +
find $PKG/opt/$PRGNAM-$VERSION/projects/examples/seeed -type f -exec chmod -x {} +
# Create the license key file. EAGLE will write to this the first time it is
# run. After that, you can change the permissions to 0644 if you wish.

View file

@ -1,10 +1,10 @@
PRGNAM="eagle"
VERSION="7.4.0"
VERSION="7.5.0"
HOMEPAGE="http://www.cadsoft.de/"
DOWNLOAD="http://web.cadsoft.de/ftp/eagle/program/7.4/eagle-lin32-7.4.0.run"
MD5SUM="d22c972a77e43ffde527695a61aaf68c"
DOWNLOAD_x86_64="http://web.cadsoft.de/ftp/eagle/program/7.4/eagle-lin64-7.4.0.run"
MD5SUM_x86_64="52b527c9fb0c91652f0cd2d721749958"
DOWNLOAD="http://web.cadsoft.de/ftp/eagle/program/7.5/eagle-lin32-7.5.0.run"
MD5SUM="8daa005e2f35ccffbda75cf9c8a777e0"
DOWNLOAD_x86_64="http://web.cadsoft.de/ftp/eagle/program/7.5/eagle-lin64-7.5.0.run"
MD5SUM_x86_64="19674814e6da7b94c7ba3d545798bf4a"
REQUIRES=""
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"