mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
development/dart: Updated for version 2.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee1fbe8c3b
commit
a2cbab6b66
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.4.1}
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue