mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/sublime_text: Updated for version 4.1.80.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
09629feae2
commit
2248e8c8f8
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sublime_text
|
||||
VERSION=${VERSION:-4.1.69}
|
||||
VERSION=${VERSION:-4.1.80}
|
||||
SRCVERSION=${VERSION//[.]/}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sublime_text"
|
||||
VERSION="4.1.69"
|
||||
VERSION="4.1.80"
|
||||
HOMEPAGE="http://www.sublimetext.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.sublimetext.com/sublime_text_build_4169_x64.tar.xz"
|
||||
MD5SUM_x86_64="f0ed9c14a64dab344ec56d62675cc036"
|
||||
DOWNLOAD_x86_64="https://download.sublimetext.com/sublime_text_build_4180_x64.tar.xz"
|
||||
MD5SUM_x86_64="9d632d7269d3d151bee32a5e6e50b7e9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Nikolay Nikolov"
|
||||
EMAIL="niko.b.nikolov@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue