upgpkg: sublime-text-dev 4.4146-1

upstream release
This commit is contained in:
Manuel 2022-12-15 13:00:07 +01:00
parent 9b7ffc00cf
commit 88eb6634f2
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = sublime-text-dev
pkgdesc = Sophisticated text editor for code, html and prose - dev build
pkgver = 4.4145
pkgver = 4.4146
pkgrel = 1
url = https://www.sublimetext.com/dev
install = sublime-text-dev.install
@ -11,9 +11,9 @@ pkgbase = sublime-text-dev
depends = gtk3
provides = sublime-text
conflicts = sublime-text
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4145_x64.tar.xz
sha256sums_x86_64 = 7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4145_arm64.tar.xz
sha256sums_aarch64 = 90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b
source_x86_64 = https://download.sublimetext.com/sublime_text_build_4146_x64.tar.xz
sha256sums_x86_64 = 120212f57d5865b6a10cdfbcdecbe0a3b5789a8c6fbc44c804a1a41c02abffdf
source_aarch64 = https://download.sublimetext.com/sublime_text_build_4146_arm64.tar.xz
sha256sums_aarch64 = 3e425fef260e6cba0ebf261d7b7970b8d35adc6831c85ce923288766659e337d
pkgname = sublime-text-dev

View File

@ -3,7 +3,7 @@
# Contributor: realitygaps <realitygaps at yahoo dot com>
pkgname=sublime-text-dev
pkgver=4.4145
pkgver=4.4146
pkgrel=1
pkgdesc='Sophisticated text editor for code, html and prose - dev build'
arch=('x86_64' 'aarch64')
@ -17,8 +17,8 @@ install=${pkgname}.install
source_x86_64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_x64.tar.xz")
source_aarch64=("https://download.sublimetext.com/sublime_text_build_${pkgver:2}_arm64.tar.xz")
sha256sums_x86_64=('7775582994c7dfee34a8338c55cae7326dcaca86a333e2baf08a9507bf4a0815')
sha256sums_aarch64=('90ddd2eb6d5a8a58c776370286ab835da2eb0c81396cf936b89a08af2717df8b')
sha256sums_x86_64=('120212f57d5865b6a10cdfbcdecbe0a3b5789a8c6fbc44c804a1a41c02abffdf')
sha256sums_aarch64=('3e425fef260e6cba0ebf261d7b7970b8d35adc6831c85ce923288766659e337d')
package() {
cd "${srcdir}"