summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Kyle Guinn2015-12-01 08:54:21 +0100
committer Willy Sudiarto Raharjo2015-12-05 01:58:45 +0100
commit46f570f47a32fca2d7541d627b5b3cfbd6009e20 (patch)
treee99a97b340572c3b1722db7abc75b2454f8ff714
parentc75ff0d5aae41ae42df0d79a4d62cb0a92bfe3be (diff)
downloadslackbuilds-46f570f47a32fca2d7541d627b5b3cfbd6009e20.tar.gz
development/eagle: Updated for version 7.5.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
-rw-r--r--development/eagle/eagle.SlackBuild4
-rw-r--r--development/eagle/eagle.info10
2 files changed, 8 insertions, 6 deletions
diff --git a/development/eagle/eagle.SlackBuild b/development/eagle/eagle.SlackBuild
index 2cff859db2..6180e65c41 100644
--- a/development/eagle/eagle.SlackBuild
+++ b/development/eagle/eagle.SlackBuild
@@ -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.
diff --git a/development/eagle/eagle.info b/development/eagle/eagle.info
index e0e803b43e..92daf77fca 100644
--- a/development/eagle/eagle.info
+++ b/development/eagle/eagle.info
@@ -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"