diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2019-05-17 23:34:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-17 23:34:12 +0700 |
commit | a9e29d337c005afad7352f63da3560af04bc47b4 (patch) | |
tree | b37d243227898c71bb610cf6c05b6e05cc481eda /development/dart/dart.SlackBuild | |
parent | 4f5b33a9bcff3c44de43755b786df1efdae550c3 (diff) | |
download | slackbuilds-a9e29d337c005afad7352f63da3560af04bc47b4.tar.gz |
development/dart: Updated for version 2.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dart/dart.SlackBuild')
-rw-r--r-- | development/dart/dart.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild index 6b3f47a33d..5bc4629636 100644 --- a/development/dart/dart.SlackBuild +++ b/development/dart/dart.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for <dart> -# Copyright 2016-2018 Zhu Qun-Ying +# Copyright 2016-2019 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 -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,6 +72,9 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh +chmod +x $PKG/opt/dart-sdk/bin/snapshots/resources +chmod +x $PKG/opt/dart-sdk/bin/snapshots/resources/dartdoc/ + cd $PKG chmod +rx opt/dart-sdk opt/dart-sdk/bin opt/dart-sdk/bin/snapshots/ /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |