Updated to build 3114
This commit is contained in:
parent
88a073568f
commit
a99e9668fe
2 changed files with 9 additions and 9 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Feb 9 09:06:14 UTC 2016
|
||||
# Fri May 13 09:33:46 UTC 2016
|
||||
pkgbase = sublime-text-dev
|
||||
pkgdesc = Sophisticated text editor for code, html and prose - dev build
|
||||
pkgver = 3.3103
|
||||
pkgver = 3.3114
|
||||
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_3103_x32.tar.bz2
|
||||
sha256sums_i686 = 34380ea97e0363fee908ea780754f8a7670a0054f8d6ef72ba1efa663fb32de2
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3103_x64.tar.bz2
|
||||
sha256sums_x86_64 = 9d78d34dfc5a74339476d02313f4c0659afe4dc2ee01998b2e8a1b9def5813f5
|
||||
source_i686 = https://download.sublimetext.com/sublime_text_3_build_3114_x32.tar.bz2
|
||||
sha256sums_i686 = 0d78a377c2d55c336c95de1b62cc713861c467e83f6d6844a7b0701acde92e77
|
||||
source_x86_64 = https://download.sublimetext.com/sublime_text_3_build_3114_x64.tar.bz2
|
||||
sha256sums_x86_64 = c6409bfc0841a02dfa3ba194015c7c87ea41ade9d61407d421ca947fe713b15a
|
||||
|
||||
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.3103
|
||||
pkgver=3.3114
|
||||
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=('34380ea97e0363fee908ea780754f8a7670a0054f8d6ef72ba1efa663fb32de2')
|
||||
sha256sums_x86_64=('9d78d34dfc5a74339476d02313f4c0659afe4dc2ee01998b2e8a1b9def5813f5')
|
||||
sha256sums_i686=('0d78a377c2d55c336c95de1b62cc713861c467e83f6d6844a7b0701acde92e77')
|
||||
sha256sums_x86_64=('c6409bfc0841a02dfa3ba194015c7c87ea41ade9d61407d421ca947fe713b15a')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
Loading…
Reference in a new issue