Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / code
Commits:
50020bf8 by Massimiliano Torromeo at 2025-01-15T11:32:52+01:00
upgpkg: 1.96.3-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.96.2
+ pkgver = 1.96.3
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.96.2
+ source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.96.3
source = code.mjs
source = code.sh
source = product_json.diff
source = clipath.patch
- sha512sums =
adab5afeab1600159ee4ef1fc7b9a9447d87de75239bcc7616b299e3e1dae9f5117e6432eff2ef70a2463f4d355845231be6694e8eff15db2fbc9c16864f18c3
+ sha512sums =
ee3355266232055e710f9bd9e7e0fe7209666258751b24dc3a752302b71781e1a10ee9f63ce7cc66efc05f7e37d77cf6d94a317e454e56148272d2f8ea5b3d7a
sha512sums =
793f9ff6306e3992ac89802d98110cba288ea1181a901467333293b7d76182ef9792c2a39ff49d9347a18a174b1f42bc58862091dff583f4146c2704eea28033
sha512sums =
d2b3683085d98744ba4f7d8cb33fa38620b59220797917c3858cac6a0bf7962c2b7e293785a237f178e527384cc04bc19fe71d75f04fbf06be881263d4aa2b35
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=electron32
-pkgver=1.96.2
+pkgver=1.96.3
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=('adab5afeab1600159ee4ef1fc7b9a9447d87de75239bcc7616b299e3e1dae9f5117e6432eff2ef70a2463f4d355845231be6694e8eff15db2fbc9c16864f18c3'
+sha512sums=('ee3355266232055e710f9bd9e7e0fe7209666258751b24dc3a752302b71781e1a10ee9f63ce7cc66efc05f7e37d77cf6d94a317e454e56148272d2f8ea5b3d7a'
'793f9ff6306e3992ac89802d98110cba288ea1181a901467333293b7d76182ef9792c2a39ff49d9347a18a174b1f42bc58862091dff583f4146c2704eea28033'
'd2b3683085d98744ba4f7d8cb33fa38620b59220797917c3858cac6a0bf7962c2b7e293785a237f178e527384cc04bc19fe71d75f04fbf06be881263d4aa2b35'
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/50020bf8f2031449d79d607c7a3e02b73cf5550e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/50020bf8f2031449d79d607c7a3e02b73cf5550e
You're receiving this email because of your account on gitlab.archlinux.org.