diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2017-11-16 02:29:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:29 +0700 |
commit | 4c245eda83e9e5ba27ef2a23557bc5107bd7701f (patch) | |
tree | 1bf0b1f63a74909c9ef3b36effa35d3de686d2a1 /development/dart/dart.SlackBuild | |
parent | 6f184386f29057548fc71bac170e885e71defe4a (diff) |
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.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/dart/dart.SlackBuild b/development/dart/dart.SlackBuild index bcae5f217ebe..905cb1ba3203 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} |