diff --git a/.SRCINFO b/.SRCINFO index 7040536..f59d8b9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ 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.98.0 + pkgver = 1.98.1 pkgrel = 1 url = https://code.visualstudio.com/ install = visual-studio-code-bin.install @@ -29,19 +29,19 @@ pkgbase = visual-studio-code-bin provides = vscode conflicts = code options = !strip - source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code.desktop - source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code-url-handler.desktop - source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.0/resources/linux/code-workspace.xml + source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.1/resources/linux/code.desktop + source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.1/resources/linux/code-url-handler.desktop + source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.98.1/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.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-x64/stable - sha256sums_x86_64 = 3a34b0e90ab3518d2c5267a26c240f3bb75d8274ff1e255b0dc78bdd6e93dcfb - source_aarch64 = code_arm64_1.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-arm64/stable - sha256sums_aarch64 = 5c80bafc27e959a67f4a418971025d8edd152c1996bfbe1b52b734f559345543 - source_armv7h = code_armhf_1.98.0.tar.gz::https://update.code.visualstudio.com/1.98.0/linux-armhf/stable - sha256sums_armv7h = e8f04bf889e206fb11758305560fcf9adcc8d9c3c7839622e77b9491921dbb5e + source_x86_64 = code_x64_1.98.1.tar.gz::https://update.code.visualstudio.com/1.98.1/linux-x64/stable + sha256sums_x86_64 = f8edcf979ae557787f2ca01f132db267530b47edf02a17aecdc655bd3b0842be + source_aarch64 = code_arm64_1.98.1.tar.gz::https://update.code.visualstudio.com/1.98.1/linux-arm64/stable + sha256sums_aarch64 = d2376c53602aece3e2d8c5e65de407a78b8145eb78aeff86a96ff649d6e1c637 + source_armv7h = code_armhf_1.98.1.tar.gz::https://update.code.visualstudio.com/1.98.1/linux-armhf/stable + sha256sums_armv7h = 3ce4a590e6e46b4027b5cbde2293c3a76ce93a81b4a00fe09019b1ad88d40c98 pkgname = visual-studio-code-bin diff --git a/PKGBUILD b/PKGBUILD index c9d3a7f..a9b887d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.98.0 +pkgver=1.98.1 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') @@ -34,9 +34,9 @@ sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745' 'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b' '3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf' '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') -sha256sums_x86_64=('3a34b0e90ab3518d2c5267a26c240f3bb75d8274ff1e255b0dc78bdd6e93dcfb') -sha256sums_aarch64=('5c80bafc27e959a67f4a418971025d8edd152c1996bfbe1b52b734f559345543') -sha256sums_armv7h=('e8f04bf889e206fb11758305560fcf9adcc8d9c3c7839622e77b9491921dbb5e') +sha256sums_x86_64=('f8edcf979ae557787f2ca01f132db267530b47edf02a17aecdc655bd3b0842be') +sha256sums_aarch64=('d2376c53602aece3e2d8c5e65de407a78b8145eb78aeff86a96ff649d6e1c637') +sha256sums_armv7h=('3ce4a590e6e46b4027b5cbde2293c3a76ce93a81b4a00fe09019b1ad88d40c98') _set_meta_info() { sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\