Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / code
Commits:
7e7fe7df by Massimiliano Torromeo at 2024-05-03T09:57:57+02:00
upgpkg: 1.89.0-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.88.1
+ pkgver = 1.89.0
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.88.1
+ source = vscode::git+https://github.com/microsoft/vscode.git#tag=1.89.0
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
- sha512sums =
b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941
+ sha512sums =
be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27
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=electron28
-pkgver=1.88.1
+pkgver=1.89.0
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=('b990a3e97f960fe11d102753a51a957741ef9e5a7d7c94ae3da461b30390856854c8a08bd64a00567be239aa68850e29c493a0a6dc86e9051d640188a9659941'
+sha512sums=('be4bb7d99ebb49f0bbe79f40025cec87506f4543c69861a337a1b77eec9121d33482d5d24a94c792808f54642a038f7fddad6a5380b9612190a2c029dde9eb27'
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/7e7fe7df9db16f87e8bbd33410f7e09dd86b0cc6
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/7e7fe7df9db16f87e8bbd33410f7e09dd86b0cc6
You're receiving this email because of your account on gitlab.archlinux.org.