diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-11-16 02:29:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:29 +0700 |
commit | 4c245eda83e9e5ba27ef2a23557bc5107bd7701f (patch) | |
tree | 1bf0b1f63a74909c9ef3b36effa35d3de686d2a1 /development/dart | |
parent | 6f184386f29057548fc71bac170e885e71defe4a (diff) | |
download | slackbuilds-4c245eda83e9e5ba27ef2a23557bc5107bd7701f.tar.gz |
development/dart: Updated for version 1.24.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/dart')
-rw-r--r-- | development/dart/dart.SlackBuild | 3 | ||||
-rw-r--r-- | development/dart/dart.info | 24 |
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" |