development/dart: Updated for version 2.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2019-03-02 08:56:25 +07:00 committed by Willy Sudiarto Raharjo
parent 5a7dc7ade8
commit e8901f26b8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 10 additions and 10 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dart
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,14 +1,14 @@
PRGNAM="dart"
VERSION="2.1.1"
VERSION="2.2.0"
HOMEPAGE="https://www.dartlang.org/"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.1/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.1/api-docs/dartdocs-gen-api.zip"
MD5SUM="049f9d94d44f517a5ee75ca6eb95ec30 \
b5e9e2bff5ac9c2894029503a04cfb3c"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.1/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.1/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="6f3251ba458084de46435da828f45b77 \
b5e9e2bff5ac9c2894029503a04cfb3c"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/api-docs/dartdocs-gen-api.zip"
MD5SUM="9bab309015b67e7afca98349a738381b \
752bb5fa9d5facd85c2beb94b11ba06d"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.2.0/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="82f9c48f10402f3497d8779e20099e8b \
752bb5fa9d5facd85c2beb94b11ba06d"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"