summaryrefslogtreecommitdiffstats
path: root/development/dart/dart.SlackBuild
diff options
context:
space:
mode:
author Zhu Qun-Ying2017-11-16 03:29:40 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:29 +0100
commit4c245eda83e9e5ba27ef2a23557bc5107bd7701f (patch)
tree1bf0b1f63a74909c9ef3b36effa35d3de686d2a1 /development/dart/dart.SlackBuild
parent6f184386f29057548fc71bac170e885e71defe4a (diff)
downloadslackbuilds-4c245eda83e9e5ba27ef2a23557bc5107bd7701f.tar.gz
development/dart: Updated for version 1.24.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/dart/dart.SlackBuild')
-rw-r--r--development/dart/dart.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild
index bcae5f217e..905cb1ba32 100644
--- a/development/dart/dart.SlackBuild
+++ b/development/dart/dart.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dart
-VERSION=${VERSION:-1.23.0}
+VERSION=${VERSION:-1.24.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# this version of dart SDK does not have x86 dartium, use the one from previous
@@ -85,4 +85,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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}