development/dart: Updated for version 2.7.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2020-03-25 09:10:08 -07:00 committed by Willy Sudiarto Raharjo
parent 317f3b3c63
commit 5692299fab
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for <dart-sdk>
# Copyright 2016-2019 Zhu Qun-Ying
# Copyright 2016-2020 Zhu Qun-Ying
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dart-sdk
VERSION=${VERSION:-2.7.1}
VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,14 +1,14 @@
PRGNAM="dart-sdk"
VERSION="2.7.1"
VERSION="2.7.2"
HOMEPAGE="https://www.dartlang.org/"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.1/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.1/api-docs/dartdocs-gen-api.zip"
MD5SUM="38518f688f6ab20b7b95f7d8fd2d967d \
25fbfd9ebbec112e57f9b1fd31ed61a5"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.1/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.1/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="1452f05e48f704bce6f4dcab0361e762 \
25fbfd9ebbec112e57f9b1fd31ed61a5"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/api-docs/dartdocs-gen-api.zip"
MD5SUM="1027036991c3f62e35796945f086600d \
a9d8fad024ddf2fcdb4d3c6cb3d2a8f0"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.2/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="cd184471ee8f470dc9bb07937c66339a \
a9d8fad024ddf2fcdb4d3c6cb3d2a8f0"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"
EMAIL="zhu.qunying@gmail.com"