summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2015-08-29 08:11:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-29 08:12:08 +0700
commit91086d66b751e0cc50daac413c9874341edf87b8 (patch)
treef8502cb842e5f7e1928bfd9e6343327805eafe25
parent40fba81b86d9aba269168f097d2a0e1030b5a63e (diff)
downloadslackbuilds-91086d66b751e0cc50daac413c9874341edf87b8.tar.gz
slackbuilds-91086d66b751e0cc50daac413c9874341edf87b8.tar.xz
development/atom: Updated for version 1.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/atom/README6
-rw-r--r--development/atom/atom.SlackBuild2
-rw-r--r--development/atom/atom.info6
3 files changed, 8 insertions, 6 deletions
diff --git a/development/atom/README b/development/atom/README
index 2713c43db6..d1c27808c0 100644
--- a/development/atom/README
+++ b/development/atom/README
@@ -12,8 +12,10 @@ To build Atom is necessary to download about 500MB of data,
which are temporarily stored in ~/.atom, which can be
deleted after building.
-If you are upgrading from 0.138.0 version, you need replace node
-package with iojs.
+By default, you should use Node.js to build Atom, but
+you can build it with io.js, that provides some
+performance improvements. Both, node and iojs, are available
+from SlackBuilds.org.
Optional building features:
* Disable compiling metrics module for Google Analytics
diff --git a/development/atom/atom.SlackBuild b/development/atom/atom.SlackBuild
index 13eb96d5a7..a723a070c0 100644
--- a/development/atom/atom.SlackBuild
+++ b/development/atom/atom.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=atom
-VERSION=${VERSION:-1.0.5}
+VERSION=${VERSION:-1.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/atom/atom.info b/development/atom/atom.info
index 234ed0fe48..33cbcdfee5 100644
--- a/development/atom/atom.info
+++ b/development/atom/atom.info
@@ -1,8 +1,8 @@
PRGNAM="atom"
-VERSION="1.0.5"
+VERSION="1.0.7"
HOMEPAGE="https://atom.io/"
-DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.0.5"
-MD5SUM="fac7db5ee5814fa69905146b376d9b82"
+DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.0.7"
+MD5SUM="706d9cda90d50a735eae182e684c117d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="iojs"