diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-12-22 09:49:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-22 09:49:44 +0700 |
commit | 9d21fab284305f76d78034edc8b45f158bdf5700 (patch) | |
tree | 2a599ef3ab3b8a55d7f9e8cd4ff7925e511946f4 /development | |
parent | b89b16807d264a76c45c1894377e9e9e7a710cbe (diff) | |
download | slackbuilds-9d21fab284305f76d78034edc8b45f158bdf5700.tar.gz |
development/dart: Updated for version 1.24.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/dart/dart.SlackBuild | 20 | ||||
-rw-r--r-- | development/dart/dart.info | 20 |
2 files changed, 19 insertions, 21 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild index 905cb1ba32..9d7a66a7f5 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.24.2} +VERSION=${VERSION:-1.24.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # this version of dart SDK does not have x86 dartium, use the one from previous @@ -44,16 +44,14 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "x86_64" ]; then - PKG_PLATFORM="x64" -elif [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then - PKG_PLATFORM="ia32" - DARTIUM_VERSION=1.22.0 -elif [ "$ARCH" = "arm" ]; then - PKG_PLATFORM="arm" -else - echo "$ARCH is not supported." >&2 - exit 1 +if [ "$ARCH" == "x86_64" ]; then + PKG_PLATFORM="x64" + DARTIUM_VERSION=1.24.2 +elif [ "$ARCH" == "i586" ]; then + PKG_PLATFORM="ia32" + DARTIUM_VERSION=1.22.0 +elif [ "$ARCH" == "arm" ]; then + PKG_PLATFORM="arm" fi set -e diff --git a/development/dart/dart.info b/development/dart/dart.info index ffe98d9412..05026a0c69 100644 --- a/development/dart/dart.info +++ b/development/dart/dart.info @@ -1,18 +1,18 @@ PRGNAM="dart" -VERSION="1.24.2" +VERSION="1.24.3" HOMEPAGE="https://www.dartlang.org/" -DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/sdk/dartsdk-linux-ia32-release.zip \ +DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/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 \ + https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/api-docs/dartdocs-gen-api.zip" +MD5SUM="476dc74032b6633452341827858d29b6 \ 469c3780daaec5ecc1b56bed7da621a0 \ - 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 \ + 23f947896ce5af3d929ce7500d7e0321" +DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/sdk/dartsdk-linux-x64-release.zip \ + https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/dartium/dartium-linux-x64-release.zip \ + https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/api-docs/dartdocs-gen-api.zip" +MD5SUM_x86_64="2317c5817d69aa248ec0219d9be3ac34 \ 94e7e7beca2ebdd9bb8f9847702cfd9d \ - 3cedafb56f0578d1f5067ac56c6d789a" + 23f947896ce5af3d929ce7500d7e0321" REQUIRES="" MAINTAINER="Zhu Qun-Ying" EMAIL="zhu.qunying@gmail.com" |