diff options
| -rw-r--r-- | .SRCINFO | 20 | ||||
| -rw-r--r-- | PKGBUILD | 8 |
2 files changed, 14 insertions, 14 deletions
@@ -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.102.1 + pkgver = 1.102.2 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-1.102.1.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.1/resources/linux/code.desktop - source = code-1.102.1-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.1/resources/linux/code-url-handler.desktop - source = code-1.102.1-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.1/resources/linux/code-workspace.xml + source = code-1.102.2.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.2/resources/linux/code.desktop + source = code-1.102.2-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.2/resources/linux/code-url-handler.desktop + source = code-1.102.2-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.102.2/resources/linux/code-workspace.xml source = visual-studio-code-bin.sh sha256sums = 2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe - source_x86_64 = code_x64_1.102.1.tar.gz::https://update.code.visualstudio.com/1.102.1/linux-x64/stable - sha256sums_x86_64 = ad402eebd6948cb42c0d3e612bc139c9688c7557cd16ac31f5a03ca29d59623f - source_aarch64 = code_arm64_1.102.1.tar.gz::https://update.code.visualstudio.com/1.102.1/linux-arm64/stable - sha256sums_aarch64 = 0c1b614590de245eb192c3161af5c80bbbdd4e4402ca3b7ea07508f856cb06b5 - source_armv7h = code_armhf_1.102.1.tar.gz::https://update.code.visualstudio.com/1.102.1/linux-armhf/stable - sha256sums_armv7h = 498ad7744cc8606ff68a1defa824df228fba8d3bcc25efab20eccd4177ddf9eb + source_x86_64 = code_x64_1.102.2.tar.gz::https://update.code.visualstudio.com/1.102.2/linux-x64/stable + sha256sums_x86_64 = 073256cbf7713a11e294c2a1d7ec385b9ebd305b9d04a014e1fc9cad82cb5bfd + source_aarch64 = code_arm64_1.102.2.tar.gz::https://update.code.visualstudio.com/1.102.2/linux-arm64/stable + sha256sums_aarch64 = c787fbcb6af408113cb9bc2740d98222340e034effeaa5b9eb716a1679fa5794 + source_armv7h = code_armhf_1.102.2.tar.gz::https://update.code.visualstudio.com/1.102.2/linux-armhf/stable + sha256sums_armv7h = 236ba15116f1bf5686aee3a7dbcc42b2c1b13e3bc4b3dab34df44864588a5512 pkgname = visual-studio-code-bin @@ -2,7 +2,7 @@ pkgname=visual-studio-code-bin _pkgname=visual-studio-code -pkgver=1.102.1 +pkgver=1.102.2 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=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e' 'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b' '3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf' '8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe') -sha256sums_x86_64=('ad402eebd6948cb42c0d3e612bc139c9688c7557cd16ac31f5a03ca29d59623f') -sha256sums_aarch64=('0c1b614590de245eb192c3161af5c80bbbdd4e4402ca3b7ea07508f856cb06b5') -sha256sums_armv7h=('498ad7744cc8606ff68a1defa824df228fba8d3bcc25efab20eccd4177ddf9eb') +sha256sums_x86_64=('073256cbf7713a11e294c2a1d7ec385b9ebd305b9d04a014e1fc9cad82cb5bfd') +sha256sums_aarch64=('c787fbcb6af408113cb9bc2740d98222340e034effeaa5b9eb716a1679fa5794') +sha256sums_armv7h=('236ba15116f1bf5686aee3a7dbcc42b2c1b13e3bc4b3dab34df44864588a5512') _set_meta_info() { sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\ |