development/dart: Updated for version 2.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2019-09-13 23:34:59 +07:00 committed by Willy Sudiarto Raharjo
parent ee1fbe8c3b
commit a2cbab6b66
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.4.1}
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,14 +1,14 @@
PRGNAM="dart"
VERSION="2.4.1"
VERSION="2.5.0"
HOMEPAGE="https://www.dartlang.org/"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.4.1/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.4.1/api-docs/dartdocs-gen-api.zip"
MD5SUM="ee5f20a70168083146490417ed2f6023 \
3437e0bd4bdc821299835184b2fb5266"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.4.1/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.4.1/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="5704472d3ebbf9858f54f6221ae49dd5 \
3437e0bd4bdc821299835184b2fb5266"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.0/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.0/api-docs/dartdocs-gen-api.zip"
MD5SUM="ec06f5299d2f01b67a312d956281b9ee \
fc8c4c8ce75171ff4f063d467aaad116"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.0/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.5.0/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="9351b08bb5048d14355d0fc4fe68600c \
fc8c4c8ce75171ff4f063d467aaad116"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"