Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / code
Commits:
8188479b by Massimiliano Torromeo at 2024-09-13T10:31:00+02:00
upgpkg: 1.93.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = code
pkgdesc = The Open Source build of Visual Studio Code (vscode) editor
- pkgver = 1.93.0
+ pkgver = 1.93.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -22,12 +22,12 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
- source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.93.0
+ source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.93.1
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
- sha512sums =
2a76b3dca2f3b8bf691554335832658559ae4089663a85aed4ffdbb3bbb4c3b7b915a059c0ca31261ed93e2b79d7951b8e8b201a4eb8c65cd6fde00228dc2d00
+ sha512sums =
db35a1c17bd428107ba431010d7923ea1be4e27941e6b12cd3a2e50d8dd2b9d5f4a7df340c2b8ec6dc01e93804db99c6a11bf4224b1b8a4edd7629216460637b
sha512sums =
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums =
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums =
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgname=code
pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
# Important: Remember to check
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for
target node version
_electron=electron30
-pkgver=1.93.0
+pkgver=1.93.1
pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'
@@ -22,7 +22,7 @@
source=(vscode::"git+https://github.com/microsoft/vscode.git#tag=$pkgver"
'code.sh'
'product_json.diff'
'clipath.patch')
-sha512sums=('2a76b3dca2f3b8bf691554335832658559ae4089663a85aed4ffdbb3bbb4c3b7b915a059c0ca31261ed93e2b79d7951b8e8b201a4eb8c65cd6fde00228dc2d00'
+sha512sums=('db35a1c17bd428107ba431010d7923ea1be4e27941e6b12cd3a2e50d8dd2b9d5f4a7df340c2b8ec6dc01e93804db99c6a11bf4224b1b8a4edd7629216460637b'
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/8188479b75540c093bd6e1e39c5d41084c3da459
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/8188479b75540c093bd6e1e39c5d41084c3da459
You're receiving this email because of your account on gitlab.archlinux.org.