mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
development/dart: Updated for version 2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
317f3b3c63
commit
5692299fab
2 changed files with 11 additions and 11 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue