mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/atom: Updated for version 1.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee1c241aed
commit
d9192cd20e
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue