Updated to build 3153
This commit is contained in:
parent
ca93021b62
commit
2b9eb8f099
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Sep 19 08:57:32 UTC 2017
|
||||
# Wed Nov 8 10:37:17 UTC 2017
|
||||
pkgbase = sublime-text-dev
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
||||
pkgver = 3.3143
|
||||
pkgver = 3.3153
|
||||
pkgrel = 1
|
||||
url = http://www.sublimetext.com/3
|
||||
install = sublime-text-dev.install
|
||||
|
@ -16,10 +16,10 @@ pkgbase = sublime-text-dev
|
|||
conflicts = sublime-text-nightly
|
||||
source = sublime_text_3.desktop
|
||||
sha256sums = f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866
|
||||
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3143_x32.tar.bz2
|
||||
sha256sums_i686 = b1ecc4b70d66b9236b876f1913c4094b6dd51436e45c74883ba70a1939e9f735
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3143_x64.tar.bz2
|
||||
sha256sums_x86_64 = 9ce120c4f28b239d3b3860ee672d9d87e1397a4c08ee6c4e62fd6e261a296519
|
||||
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3153_x32.tar.bz2
|
||||
sha256sums_i686 = a43c14babfb4f54822a7448ce70bf3161d27110e738a8a9da68550ce05f03113
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3153_x64.tar.bz2
|
||||
sha256sums_x86_64 = e7e8cebdb0d73eed7ccbe1b7baafe13b15eab1172915f6ad017f63c4c5383f52
|
||||
|
||||
pkgname = sublime-text-dev
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: realitygaps <realitygaps at yahoo dot com>
|
||||
|
||||
pkgname=sublime-text-dev
|
||||
pkgver=3.3143
|
||||
pkgver=3.3153
|
||||
pkgrel=1
|
||||
pkgdesc="Sophisticated text editor for code, html and prose - dev build"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,8 +19,8 @@ source_i686=("https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_
|
|||
source_x86_64=("https://download.sublimetext.com/sublime_text_3_build_${pkgver:2}_x64.tar.bz2")
|
||||
|
||||
sha256sums=('f355c6bec64e962a5735d0a7d1e11ac39b5b82aacaaf23b222c0bc202e15d866')
|
||||
sha256sums_i686=('b1ecc4b70d66b9236b876f1913c4094b6dd51436e45c74883ba70a1939e9f735')
|
||||
sha256sums_x86_64=('9ce120c4f28b239d3b3860ee672d9d87e1397a4c08ee6c4e62fd6e261a296519')
|
||||
sha256sums_i686=('a43c14babfb4f54822a7448ce70bf3161d27110e738a8a9da68550ce05f03113')
|
||||
sha256sums_x86_64=('e7e8cebdb0d73eed7ccbe1b7baafe13b15eab1172915f6ad017f63c4c5383f52')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Reference in a new issue