mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/sublime_text: Updated for version 2.0.2 (New Maintainer).
The old version is outdated and no longer worked. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47f708c3d7
commit
9526fe9e99
2 changed files with 13 additions and 12 deletions
|
@ -1,13 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Sublime Text 2.0.1
|
||||
# Slackware build script for Sublime Text 2.0.2
|
||||
# Builds a Slackware package from the Sublime Text 2 binary tarballs.
|
||||
# Anyone can freely modify and/or distribute this script without restrictions
|
||||
#
|
||||
# Written by Luke Williams ( xocel@iquidus.org )
|
||||
# Originally written by Luke Williams (xocel@iquidus.org)
|
||||
# Currently maintained by Bruno Queiros (bqueiros@gmail.com)
|
||||
|
||||
PRGNAM=sublime_text
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -24,8 +25,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
TARBALL_x86="Sublime Text 2.0.1.tar.bz2" # Name of 32bit tarball
|
||||
TARBALL_x86_64="Sublime Text 2.0.1 x64.tar.bz2" # Name of 64bit tarball
|
||||
TARBALL_x86="Sublime Text 2.0.2.tar.bz2" # Name of 32bit tarball
|
||||
TARBALL_x86_64="Sublime Text 2.0.2 x64.tar.bz2" # Name of 64bit tarball
|
||||
TARBALL_ROOT="Sublime Text 2" # Name of tarballs root directory
|
||||
|
||||
# Set LIBDIRSUFFIX and TARBALL.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sublime_text"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="http://www.sublimetext.com"
|
||||
DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1.tar.bz2"
|
||||
MD5SUM="0965d9b66d8973d65708b460f7657ef0"
|
||||
DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1%20x64.tar.bz2"
|
||||
MD5SUM_x86_64="bd816d93239a0af9ade257b2a9dcf8d2"
|
||||
DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2"
|
||||
MD5SUM="34a60dac42f4ebc41218398fcfa92fe2"
|
||||
DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.tar.bz2"
|
||||
MD5SUM_x86_64="699cd26d7fe0bada29eb1b2cd7b50e4b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Luke Williams"
|
||||
EMAIL="xocel@iquidus.org"
|
||||
MAINTAINER="Bruno Queiros"
|
||||
EMAIL="bqueiros@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue