mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/sublime_text: Updated for version 2.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ef45ab298b
commit
b836273afe
2 changed files with 11 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for Sublime Text 2.0
|
||||
# Slackware build script for Sublime Text 2.0.1
|
||||
# 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 )
|
||||
|
||||
PRGNAM=sublime_text
|
||||
VERSION=${VERSION:-2.0}
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -24,8 +24,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
TARBALL_x86="Sublime Text 2.0.tar.bz2" # Name of 32bit tarball
|
||||
TARBALL_x86_64="Sublime Text 2.0 x64.tar.bz2" # Name of 64bit tarball
|
||||
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_ROOT="Sublime Text 2" # Name of tarballs root directory
|
||||
|
||||
# Set LIBDIRSUFFIX and TARBALL.
|
||||
|
@ -43,7 +43,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf "$TARBALL_ROOT"
|
||||
tar xvf "$CWD/$TARBALL"
|
||||
tar -xvf "$CWD/$TARBALL"
|
||||
cd "$TARBALL_ROOT"
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sublime_text"
|
||||
VERSION="2.0"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="http://www.sublimetext.com"
|
||||
DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.tar.bz2"
|
||||
MD5SUM="6d1fbbfab5df4df70564c09f5067a9ef"
|
||||
DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0%20x64.tar.bz2"
|
||||
MD5SUM_x86_64="a157b7ae2616013b6ea21f308f277948"
|
||||
DOWNLOAD="http://c758482.r82.cf2.rackcdn.com/Sublime Text 2.0.1.tar.bz2"
|
||||
MD5SUM="0965d9b66d8973d65708b460f7657ef0"
|
||||
DOWNLOAD_x86_64="http://c758482.r82.cf2.rackcdn.com/Sublime Text 2.0.1 x64.tar.bz2"
|
||||
MD5SUM_x86_64="bd816d93239a0af9ade257b2a9dcf8d2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Luke Williams"
|
||||
EMAIL="xocel@iquidus.org"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue