dart-sdk updated to 2.7.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2020-01-30 16:02:16 -08:00 committed by Willy Sudiarto Raharjo
parent b2f8599bd3
commit 78d80b8b6e
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-sdk
VERSION=${VERSION:-2.7.0}
VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,14 +1,14 @@
PRGNAM="dart-sdk"
VERSION="2.7.0"
VERSION="2.7.1"
HOMEPAGE="https://www.dartlang.org/"
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.0/sdk/dartsdk-linux-ia32-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.0/api-docs/dartdocs-gen-api.zip"
MD5SUM="e0664879930bfe65c3ee1f5486629b09 \
a8ba45792437626d1639751493d943d6"
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.0/sdk/dartsdk-linux-x64-release.zip \
https://storage.googleapis.com/dart-archive/channels/stable/release/2.7.0/api-docs/dartdocs-gen-api.zip"
MD5SUM_x86_64="3a2a39d31f0fc9058863e9ad6b2742c1 \
a8ba45792437626d1639751493d943d6"
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"
REQUIRES=""
MAINTAINER="Zhu Qun-Ying"
EMAIL="zhu.qunying@gmail.com"