[visual-studio-code-bin] Update to 1.44.0
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.43.2
|
pkgver = 1.44.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom: commercial
|
license = custom: commercial
|
||||||
@@ -19,10 +19,10 @@ pkgbase = visual-studio-code-bin
|
|||||||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||||
provides = code
|
provides = code
|
||||||
conflicts = code
|
conflicts = code
|
||||||
source = code_x64_1.43.2.tar.gz::https://vscode-update.azurewebsites.net/1.43.2/linux-x64/stable
|
source = code_x64_1.44.0.tar.gz::https://vscode-update.azurewebsites.net/1.44.0/linux-x64/stable
|
||||||
source = visual-studio-code.desktop
|
source = visual-studio-code.desktop
|
||||||
source = visual-studio-code-url-handler.desktop
|
source = visual-studio-code-url-handler.desktop
|
||||||
sha256sums = 8f38474e258c1bbd469b5311051c50466a080b9e970b506e0e0bad387d524fed
|
sha256sums = 9dd2cad3f16750e9f16a3e8b58123ec5d01c3c3009e9fbbbb7cd564f54992e60
|
||||||
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
|
sha256sums = 0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de
|
||||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||||
|
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.43.2
|
pkgver=1.44.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
@@ -16,7 +16,7 @@ optdepends=('glib2: Needed for move to trash functionality'
|
|||||||
'libdbusmenu-glib: Needed for KDE global menu')
|
'libdbusmenu-glib: Needed for KDE global menu')
|
||||||
source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
source=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||||
${_pkgname}.desktop ${_pkgname}-url-handler.desktop)
|
${_pkgname}.desktop ${_pkgname}-url-handler.desktop)
|
||||||
sha256sums=('8f38474e258c1bbd469b5311051c50466a080b9e970b506e0e0bad387d524fed'
|
sha256sums=('9dd2cad3f16750e9f16a3e8b58123ec5d01c3c3009e9fbbbb7cd564f54992e60'
|
||||||
'0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
|
'0deefcb638e06c35a52e7e9fb8e19b2dc393f01e5c1c122d2938cddeb22cf8de'
|
||||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
|
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb')
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user