summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Zhu Qun-Ying2017-11-16 03:29:40 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:29 +0100
commit4c245eda83e9e5ba27ef2a23557bc5107bd7701f (patch)
tree1bf0b1f63a74909c9ef3b36effa35d3de686d2a1
parent6f184386f29057548fc71bac170e885e71defe4a (diff)
downloadslackbuilds-4c245eda83e9e5ba27ef2a23557bc5107bd7701f.tar.gz
development/dart: Updated for version 1.24.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/dart/dart.SlackBuild3
-rw-r--r--development/dart/dart.info24
2 files changed, 14 insertions, 13 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild
index bcae5f217e..905cb1ba32 100644
--- a/development/dart/dart.SlackBuild
+++ b/development/dart/dart.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dart
-VERSION=${VERSION:-1.23.0}
+VERSION=${VERSION:-1.24.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# this version of dart SDK does not have x86 dartium, use the one from previous
@@ -85,4 +85,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
+chmod +rx opt/dart-sdk opt/dart-sdk/bin opt/dart-sdk/bin/snapshots/
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/development/dart/dart.info b/development/dart/dart.info
index 39df53f9ef..ffe98d9412 100644
--- a/development/dart/dart.info
+++ b/development/dart/dart.info
@@ -1,18 +1,18 @@
PRGNAM="dart"
-VERSION="1.23.0"
+VERSION="1.24.2"
HOMEPAGE="https://www.dartlang.org/"
-DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.23.0/sdk/dartsdk-linux-ia32-release.zip \
- https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.0/dartium/dartium-linux-ia32-release.zip \
- https://storage.googleapis.com/dart-archive/channels/stable/release/1.23.0/api-docs/dartdocs-gen-api.zip"
-MD5SUM="2a8409a92673cd8f6c7796aa2f98730b \
+DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/sdk/dartsdk-linux-ia32-release.zip \
+ https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.0/dartium/dartium-linux-ia32-release.zip \
+ https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/api-docs/dartdocs-gen-api.zip"
+MD5SUM="92a01d28163c057007a209467aa3d200 \
469c3780daaec5ecc1b56bed7da621a0 \
- d2419e49b9fe60d7afaa750b3f755592"
-DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.23.0/sdk/dartsdk-linux-x64-release.zip \
- https://storage.googleapis.com/dart-archive/channels/stable/release/1.23.0/dartium/dartium-linux-x64-release.zip \
- https://storage.googleapis.com/dart-archive/channels/stable/release/1.23.0/api-docs/dartdocs-gen-api.zip"
-MD5SUM_x86_64="015159b4560f67dc732eef7f8dacdf15 \
- 72ecd3b7a590738b6f6ac7ec0e09a589 \
- d2419e49b9fe60d7afaa750b3f755592"
+ 3cedafb56f0578d1f5067ac56c6d789a"
+DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/sdk/dartsdk-linux-x64-release.zip \
+ https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/dartium/dartium-linux-x64-release.zip \
+ https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/api-docs/dartdocs-gen-api.zip"
+MD5SUM_x86_64="bc08131014908f276a590afe811c089e \
+ 94e7e7beca2ebdd9bb8f9847702cfd9d \
+ 3cedafb56f0578d1f5067ac56c6d789a"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"
EMAIL="zhu.qunying@gmail.com"