diff --git a/.SRCINFO b/.SRCINFO index 0cf39c3..a1d58fb 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.96.3 + pkgver = 1.96.4 pkgrel = 1 url = https://code.visualstudio.com/ install = visual-studio-code-bin.install @@ -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.96.3/resources/linux/code.desktop - source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.96.3/resources/linux/code-url-handler.desktop - source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.96.3/resources/linux/code-workspace.xml + source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.96.4/resources/linux/code.desktop + source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.96.4/resources/linux/code-url-handler.desktop + source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.96.4/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.96.3.tar.gz::https://update.code.visualstudio.com/1.96.3/linux-x64/stable - sha256sums_x86_64 = 2d9431e689673c601ce7d017f63c62fbbf615040d2a9fa05b7539a9bb5d40c83 - source_aarch64 = code_arm64_1.96.3.tar.gz::https://update.code.visualstudio.com/1.96.3/linux-arm64/stable - sha256sums_aarch64 = d388f178de4aaf73d5b819185f0e95c8aae6eaa3f381ab0367c4447865410880 - source_armv7h = code_armhf_1.96.3.tar.gz::https://update.code.visualstudio.com/1.96.3/linux-armhf/stable - sha256sums_armv7h = 7ecfb3a8c44dd0d867a2c186bd709bb2a48649a2200a112bf7cb0eca2090d638 + source_x86_64 = code_x64_1.96.4.tar.gz::https://update.code.visualstudio.com/1.96.4/linux-x64/stable + sha256sums_x86_64 = 36afc71e07ad0d94ba4f2e4ae173209d39727f33c0adc30f6b55b5599220373f + source_aarch64 = code_arm64_1.96.4.tar.gz::https://update.code.visualstudio.com/1.96.4/linux-arm64/stable + sha256sums_aarch64 = c93d2af3df844d1879f2b80497f64f26111985cbaf7dec7673fa20d3d6280ba9 + source_armv7h = code_armhf_1.96.4.tar.gz::https://update.code.visualstudio.com/1.96.4/linux-armhf/stable + sha256sums_armv7h = e2d26cd62b0c385cd2cd0d17222abbd280fa7b7e54f5721b61ea4783a9677721 pkgname = visual-studio-code-bin diff --git a/PKGBUILD b/PKGBUILD index 68eb83e..895136c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.96.3 +pkgver=1.96.4 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') @@ -31,9 +31,9 @@ sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745' 'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b' '3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf' '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') -sha256sums_x86_64=('2d9431e689673c601ce7d017f63c62fbbf615040d2a9fa05b7539a9bb5d40c83') -sha256sums_aarch64=('d388f178de4aaf73d5b819185f0e95c8aae6eaa3f381ab0367c4447865410880') -sha256sums_armv7h=('7ecfb3a8c44dd0d867a2c186bd709bb2a48649a2200a112bf7cb0eca2090d638') +sha256sums_x86_64=('36afc71e07ad0d94ba4f2e4ae173209d39727f33c0adc30f6b55b5599220373f') +sha256sums_aarch64=('c93d2af3df844d1879f2b80497f64f26111985cbaf7dec7673fa20d3d6280ba9') +sha256sums_armv7h=('e2d26cd62b0c385cd2cd0d17222abbd280fa7b7e54f5721b61ea4783a9677721') _set_meta_info() { sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\