mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/dart: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a7dc7ade8
commit
e8901f26b8
2 changed files with 10 additions and 10 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue