[visual-studio-code-bin] Update to 1.93.0
This commit is contained in:
22
.SRCINFO
22
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = visual-studio-code-bin
|
||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||
pkgver = 1.92.2
|
||||
pkgrel = 4
|
||||
pkgver = 1.93.0
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
install = visual-studio-code-bin.install
|
||||
arch = x86_64
|
||||
@@ -28,19 +28,19 @@ pkgbase = visual-studio-code-bin
|
||||
provides = code
|
||||
provides = vscode
|
||||
conflicts = code
|
||||
source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.92.2/resources/linux/code.desktop
|
||||
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.92.2/resources/linux/code-url-handler.desktop
|
||||
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.92.2/resources/linux/code-workspace.xml
|
||||
source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.0/resources/linux/code.desktop
|
||||
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.0/resources/linux/code-url-handler.desktop
|
||||
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.93.0/resources/linux/code-workspace.xml
|
||||
source = visual-studio-code-bin.sh
|
||||
sha256sums = dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745
|
||||
sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b
|
||||
sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf
|
||||
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
||||
source_x86_64 = code_x64_1.92.2.tar.gz::https://update.code.visualstudio.com/1.92.2/linux-x64/stable
|
||||
sha256sums_x86_64 = 736eb24f77f47d4173c094e2314b04527bbc0ad73928c488341413a200b1d34d
|
||||
source_aarch64 = code_arm64_1.92.2.tar.gz::https://update.code.visualstudio.com/1.92.2/linux-arm64/stable
|
||||
sha256sums_aarch64 = f2132815e9f74cb829799c1c92478b9244dabdf01383e8bb38c9b1630ef5280b
|
||||
source_armv7h = code_armhf_1.92.2.tar.gz::https://update.code.visualstudio.com/1.92.2/linux-armhf/stable
|
||||
sha256sums_armv7h = 92f7855f1ae13f7879e196845fe24e38e76cdf5869e2d1881f58ab2350044565
|
||||
source_x86_64 = code_x64_1.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-x64/stable
|
||||
sha256sums_x86_64 = db8044ccb0e0e502ee0781b538607e96a11a1fe5f2f9650b6ea69e3c91c4963e
|
||||
source_aarch64 = code_arm64_1.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-arm64/stable
|
||||
sha256sums_aarch64 = 82fbeae0dfd8ed8360ec6769b28cd1a757f46e8b5e6ad7d0919af976a5abb2c1
|
||||
source_armv7h = code_armhf_1.93.0.tar.gz::https://update.code.visualstudio.com/1.93.0/linux-armhf/stable
|
||||
sha256sums_armv7h = 325224f2bbb83632daa393fda61a0c7225315ab653c5089ae26853e1b99e361f
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
||||
10
PKGBUILD
10
PKGBUILD
@@ -2,8 +2,8 @@
|
||||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.92.2
|
||||
pkgrel=4
|
||||
pkgver=1.93.0
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'aarch64' 'armv7h')
|
||||
url="https://code.visualstudio.com/"
|
||||
@@ -31,9 +31,9 @@ sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745'
|
||||
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
|
||||
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
|
||||
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
||||
sha256sums_x86_64=('736eb24f77f47d4173c094e2314b04527bbc0ad73928c488341413a200b1d34d')
|
||||
sha256sums_aarch64=('f2132815e9f74cb829799c1c92478b9244dabdf01383e8bb38c9b1630ef5280b')
|
||||
sha256sums_armv7h=('92f7855f1ae13f7879e196845fe24e38e76cdf5869e2d1881f58ab2350044565')
|
||||
sha256sums_x86_64=('db8044ccb0e0e502ee0781b538607e96a11a1fe5f2f9650b6ea69e3c91c4963e')
|
||||
sha256sums_aarch64=('82fbeae0dfd8ed8360ec6769b28cd1a757f46e8b5e6ad7d0919af976a5abb2c1')
|
||||
sha256sums_armv7h=('325224f2bbb83632daa393fda61a0c7225315ab653c5089ae26853e1b99e361f')
|
||||
|
||||
_set_meta_info() {
|
||||
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\
|
||||
|
||||
Reference in New Issue
Block a user