diff options
-rw-r--r-- | development/atom/README | 6 | ||||
-rw-r--r-- | development/atom/atom.SlackBuild | 2 | ||||
-rw-r--r-- | development/atom/atom.info | 6 |
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" |