diff options
Diffstat (limited to 'development/atom/atom.SlackBuild')
-rw-r--r-- | development/atom/atom.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/atom/atom.SlackBuild b/development/atom/atom.SlackBuild index 033094973566d..392905b8f1a6a 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.15.0} +VERSION=${VERSION:-1.17.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ if [[ "$ARCH" = "i"?"86" ]]; then ARCH_OUTPUT="i386" # for detect output directory elif [ "$ARCH" = "x86_64" ]; then LIBDIRSUFFIX="64" - NPMARCH="x86_64" + NPMARCH="x64" ARCH_OUTPUT="amd64" # for detect output directory else echo "Your platform $ARCH is not supported." |