mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/sublime_text: Updated for version 3.1.14.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca4dc5d566
commit
cfaea03e53
3 changed files with 13 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
|||
Sublime Text 3 is a sophisticated text editor for code, html and prose.
|
||||
You'll love the slick user interface and extraordinary features.
|
||||
|
||||
Sublime Text 3 is still in beta (version 2 is the stable release) and
|
||||
may be downloaded and evaluated for free; however, a license must be
|
||||
purchased for continued use. There is currently no enforced time
|
||||
limit for the evaluation.
|
||||
Sublime Text 3 may be downloaded and evaluated for free, however a
|
||||
license must be purchased for continued use. There is currently no
|
||||
enforced time limit for the evaluation.
|
||||
|
|
|
@ -8,13 +8,13 @@
|
|||
# Currently maintained by Bruno Queiros (bqueiros@gmail.com)
|
||||
|
||||
PRGNAM=sublime_text
|
||||
VERSION=${VERSION:-3.0.83}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.1.14}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -25,8 +25,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
TARBALL_x86="sublime_text_3_build_3083_x32.tar.bz2" # Name of 32bit tarball
|
||||
TARBALL_x86_64="sublime_text_3_build_3083_x64.tar.bz2" # Name of 64bit tarball
|
||||
TARBALL_x86="sublime_text_3_build_3114_x32.tar.bz2" # Name of 32bit tarball
|
||||
TARBALL_x86_64="sublime_text_3_build_3114_x64.tar.bz2" # Name of 64bit tarball
|
||||
TARBALL_ROOT="sublime_text_3" # Name of tarballs root directory
|
||||
|
||||
# Set LIBDIRSUFFIX and TARBALL.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sublime_text"
|
||||
VERSION="3.0.83"
|
||||
VERSION="3.1.14"
|
||||
HOMEPAGE="http://www.sublimetext.com"
|
||||
DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x32.tar.bz2"
|
||||
MD5SUM="d1be10594fe7093b1b43a888a48c838f"
|
||||
DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x64.tar.bz2"
|
||||
MD5SUM_x86_64="5da998bea29f9ca02a60d2b3cfc46fea"
|
||||
DOWNLOAD="https://download.sublimetext.com/sublime_text_3_build_3114_x32.tar.bz2"
|
||||
MD5SUM="07814fc9f08b4a6aeb53f42ee3982809"
|
||||
DOWNLOAD_x86_64="https://download.sublimetext.com/sublime_text_3_build_3114_x64.tar.bz2"
|
||||
MD5SUM_x86_64="ddc3ac70510d199e868d60bfee235f1e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Bruno Queiros"
|
||||
EMAIL="bqueiros@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue