development/atom: Updated for version 1.0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
40fba81b86
commit
91086d66b7
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue