development/atom: Updated for version 1.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2016-07-20 07:47:44 +07:00 committed by Willy Sudiarto Raharjo
parent ee1c241aed
commit d9192cd20e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=atom
VERSION=${VERSION:-1.6.2}
VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,6 +74,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# FIX electron in 1.7.x and up
sed -i -e 's/"electronVersion":\ "0.36.8"/"electronVersion":\ "0.36.12"/' package.json
if [ "$DISABLE_METRICS" = "yes" ]; then
sed -i '/"metrics":/d' package.json
fi

View file

@ -1,8 +1,8 @@
PRGNAM="atom"
VERSION="1.6.2"
VERSION="1.8.0"
HOMEPAGE="https://atom.io/"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.6.2"
MD5SUM="c295f403996c327b203daf80e4062d80"
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.8.0"
MD5SUM="158c18d35d071403db18bdd85fa2e738"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="nodejs"