development/atom: Updated for version 1.0.7.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2015-08-29 08:11:58 +07:00 committed by Willy Sudiarto Raharjo
parent 40fba81b86
commit 91086d66b7
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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}

View File

@ -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"