[visual-studio-code-bin] Update to 1.99.1
This commit is contained in:
22
.SRCINFO
22
.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.99.0
|
pkgver = 1.99.1
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
install = visual-studio-code-bin.install
|
install = visual-studio-code-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -29,19 +29,19 @@ pkgbase = visual-studio-code-bin
|
|||||||
provides = vscode
|
provides = vscode
|
||||||
conflicts = code
|
conflicts = code
|
||||||
options = !strip
|
options = !strip
|
||||||
source = code-1.99.0.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.0/resources/linux/code.desktop
|
source = code-1.99.1.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.1/resources/linux/code.desktop
|
||||||
source = code-1.99.0-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.0/resources/linux/code-url-handler.desktop
|
source = code-1.99.1-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.1/resources/linux/code-url-handler.desktop
|
||||||
source = code-1.99.0-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.0/resources/linux/code-workspace.xml
|
source = code-1.99.1-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.1/resources/linux/code-workspace.xml
|
||||||
source = visual-studio-code-bin.sh
|
source = visual-studio-code-bin.sh
|
||||||
sha256sums = 2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e
|
sha256sums = 2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e
|
||||||
sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b
|
sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b
|
||||||
sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf
|
sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf
|
||||||
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
|
||||||
source_x86_64 = code_x64_1.99.0.tar.gz::https://update.code.visualstudio.com/1.99.0/linux-x64/stable
|
source_x86_64 = code_x64_1.99.1.tar.gz::https://update.code.visualstudio.com/1.99.1/linux-x64/stable
|
||||||
sha256sums_x86_64 = a2351a095aeb428cf0dc26245848a602984ca318446f76be4df7cf57d540bab9
|
sha256sums_x86_64 = d521421b5e5ac9229e22224df95123b4047e7ca067c596d2ffc3ec2f4ac24b15
|
||||||
source_aarch64 = code_arm64_1.99.0.tar.gz::https://update.code.visualstudio.com/1.99.0/linux-arm64/stable
|
source_aarch64 = code_arm64_1.99.1.tar.gz::https://update.code.visualstudio.com/1.99.1/linux-arm64/stable
|
||||||
sha256sums_aarch64 = 5fd9574d2d0bd30f64bcb74c8326167d523fd5ad49554b276e5491f0e1ba0c91
|
sha256sums_aarch64 = 407d7edb4c19ed5dceb60850471ce5039b5b63f5bb1dfbf3f1ad8ff09c3e650b
|
||||||
source_armv7h = code_armhf_1.99.0.tar.gz::https://update.code.visualstudio.com/1.99.0/linux-armhf/stable
|
source_armv7h = code_armhf_1.99.1.tar.gz::https://update.code.visualstudio.com/1.99.1/linux-armhf/stable
|
||||||
sha256sums_armv7h = 6cad83174c3de6d557b078334768b0479c07cf4cf44078c1e54f9177d0b46e83
|
sha256sums_armv7h = 1078843f41780eaa555b7d517226291514ce406b8666652de3e77f7bd9582641
|
||||||
|
|
||||||
pkgname = visual-studio-code-bin
|
pkgname = visual-studio-code-bin
|
||||||
|
|||||||
10
PKGBUILD
10
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.99.0
|
pkgver=1.99.1
|
||||||
pkgrel=3
|
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' 'aarch64' 'armv7h')
|
arch=('x86_64' 'aarch64' 'armv7h')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
@@ -34,9 +34,9 @@ sha256sums=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e'
|
|||||||
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
|
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
|
||||||
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
|
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
|
||||||
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
|
||||||
sha256sums_x86_64=('a2351a095aeb428cf0dc26245848a602984ca318446f76be4df7cf57d540bab9')
|
sha256sums_x86_64=('d521421b5e5ac9229e22224df95123b4047e7ca067c596d2ffc3ec2f4ac24b15')
|
||||||
sha256sums_aarch64=('5fd9574d2d0bd30f64bcb74c8326167d523fd5ad49554b276e5491f0e1ba0c91')
|
sha256sums_aarch64=('407d7edb4c19ed5dceb60850471ce5039b5b63f5bb1dfbf3f1ad8ff09c3e650b')
|
||||||
sha256sums_armv7h=('6cad83174c3de6d557b078334768b0479c07cf4cf44078c1e54f9177d0b46e83')
|
sha256sums_armv7h=('1078843f41780eaa555b7d517226291514ce406b8666652de3e77f7bd9582641')
|
||||||
|
|
||||||
_set_meta_info() {
|
_set_meta_info() {
|
||||||
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\
|
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\
|
||||||
|
|||||||
Reference in New Issue
Block a user