development/dart: Updated for version 1.23.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2017-04-27 07:05:33 +07:00 committed by Willy Sudiarto Raharjo
parent b6966ae925
commit 2f46ec860a
2 changed files with 13 additions and 13 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dart
VERSION=${VERSION:-1.22.1}
VERSION=${VERSION:-1.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# this version of dart SDK does not have x86 dartium, use the one from previous

View file

@ -1,18 +1,18 @@
PRGNAM="dart"
VERSION="1.22.1"
VERSION="1.23.0"
HOMEPAGE="https://www.dartlang.org/"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/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.22.1/api-docs/dartdocs-gen-api.zip"
MD5SUM="b64dfa7907b5490ef1ce6cba23908129 \
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 \
469c3780daaec5ecc1b56bed7da621a0 \
c117a5b4d3101474a0f7898fec71ae2f"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/dartium/dartium-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.1/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="680add92ca368c9d397a9eae966b013a \
0d988b00c450750c1acb378e9e9bcff4 \
c117a5b4d3101474a0f7898fec71ae2f"
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"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"
EMAIL="zhu.qunying@gmail.com"