development/atom: Updated for version 1.12.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
59641f08e5
commit
abeb9b4001
|
@ -18,3 +18,7 @@ Optional building features:
|
|||
DISABLE_METRICS=yes|no (default: no)
|
||||
* Delete temporary data cached after building package
|
||||
DELETE_CACHE=yes|no (default: no)
|
||||
|
||||
NOTE:
|
||||
Atom may failed to build at first attempt.
|
||||
Simply retry the process and it should be working.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=atom
|
||||
VERSION=${VERSION:-1.12.2}
|
||||
VERSION=${VERSION:-1.12.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="atom"
|
||||
VERSION="1.12.2"
|
||||
VERSION="1.12.3"
|
||||
HOMEPAGE="https://atom.io/"
|
||||
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.12.2"
|
||||
MD5SUM="7fe93379bfc3b871f3a1b40e74b7b61b"
|
||||
DOWNLOAD="https://codeload.github.com/atom/atom/tar.gz/v1.12.3"
|
||||
MD5SUM="a102a0919f81f3addf7a65ee4959f31c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="nodejs"
|
||||
|
|
Loading…
Reference in New Issue