development/dart: Updated for version 1.24.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b89b16807d
commit
9d21fab284
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dart
|
||||
VERSION=${VERSION:-1.24.2}
|
||||
VERSION=${VERSION:-1.24.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
# this version of dart SDK does not have x86 dartium, use the one from previous
|
||||
|
@ -44,16 +44,14 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
PKG_PLATFORM="x64"
|
||||
elif [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
|
||||
PKG_PLATFORM="ia32"
|
||||
DARTIUM_VERSION=1.22.0
|
||||
elif [ "$ARCH" = "arm" ]; then
|
||||
PKG_PLATFORM="arm"
|
||||
else
|
||||
echo "$ARCH is not supported." >&2
|
||||
exit 1
|
||||
if [ "$ARCH" == "x86_64" ]; then
|
||||
PKG_PLATFORM="x64"
|
||||
DARTIUM_VERSION=1.24.2
|
||||
elif [ "$ARCH" == "i586" ]; then
|
||||
PKG_PLATFORM="ia32"
|
||||
DARTIUM_VERSION=1.22.0
|
||||
elif [ "$ARCH" == "arm" ]; then
|
||||
PKG_PLATFORM="arm"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
PRGNAM="dart"
|
||||
VERSION="1.24.2"
|
||||
VERSION="1.24.3"
|
||||
HOMEPAGE="https://www.dartlang.org/"
|
||||
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/sdk/dartsdk-linux-ia32-release.zip \
|
||||
DOWNLOAD="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/sdk/dartsdk-linux-ia32-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.22.0/dartium/dartium-linux-ia32-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/api-docs/dartdocs-gen-api.zip"
|
||||
MD5SUM="92a01d28163c057007a209467aa3d200 \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/api-docs/dartdocs-gen-api.zip"
|
||||
MD5SUM="476dc74032b6633452341827858d29b6 \
|
||||
469c3780daaec5ecc1b56bed7da621a0 \
|
||||
3cedafb56f0578d1f5067ac56c6d789a"
|
||||
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/sdk/dartsdk-linux-x64-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/dartium/dartium-linux-x64-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.2/api-docs/dartdocs-gen-api.zip"
|
||||
MD5SUM_x86_64="bc08131014908f276a590afe811c089e \
|
||||
23f947896ce5af3d929ce7500d7e0321"
|
||||
DOWNLOAD_x86_64="https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/sdk/dartsdk-linux-x64-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/dartium/dartium-linux-x64-release.zip \
|
||||
https://storage.googleapis.com/dart-archive/channels/stable/release/1.24.3/api-docs/dartdocs-gen-api.zip"
|
||||
MD5SUM_x86_64="2317c5817d69aa248ec0219d9be3ac34 \
|
||||
94e7e7beca2ebdd9bb8f9847702cfd9d \
|
||||
3cedafb56f0578d1f5067ac56c6d789a"
|
||||
23f947896ce5af3d929ce7500d7e0321"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Zhu Qun-Ying"
|
||||
EMAIL="zhu.qunying@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue