Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / code
Commits:
9f558096 by Massimiliano Torromeo at 2023-11-09T22:16:47+01:00
upgpkg: 1.84.2-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.84.1
+ pkgver = 1.84.2
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -20,13 +20,13 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
- source =
https://github.com/microsoft/vscode/archive/refs/tags/1.84.1/code-1.84.1.tar.gz
+ source =
https://github.com/microsoft/vscode/archive/refs/tags/1.84.2/code-1.84.2.tar.gz
source = code.js
source = code.sh
source = product_json.diff
source = clipath.patch
source = build-no-git.patch
- sha512sums =
e78d7acbb7f636b7847ce03d43e50db149b512a31c0816cba32efea094df4271cc417ab930ac8e6e173cc534847d5f090e672e050d5aec5ce51f51f8bc43fbc5
+ sha512sums =
3decd2e07f4a2f9bb8d13bd3274730fe1132c2dacc647e7af06f6d4a654e762cc2173e459aff006b4558d3b560f76cb7b82c0b2a3680ff625a77b935f07206c0
sha512sums =
c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5
sha512sums =
425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0
sha512sums =
b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ 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=electron25
_commit=2b35e1e6d88f1ce073683991d1eff5284a32690f
-pkgver=1.84.1
+pkgver=1.84.2
pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'
@@ -24,7 +24,7 @@
source=("https://github.com/microsoft/vscode/archive/refs/tags/$pkgver/$pkgname-
'product_json.diff'
'clipath.patch'
'build-no-git.patch')
-sha512sums=('e78d7acbb7f636b7847ce03d43e50db149b512a31c0816cba32efea094df4271cc417ab930ac8e6e173cc534847d5f090e672e050d5aec5ce51f51f8bc43fbc5'
+sha512sums=('3decd2e07f4a2f9bb8d13bd3274730fe1132c2dacc647e7af06f6d4a654e762cc2173e459aff006b4558d3b560f76cb7b82c0b2a3680ff625a77b935f07206c0'
'c8a3528f88a198e45c8c201940c55a56f1344f0d0d5352cf04348d083027d828f42f1a76b82cb595d3372f7d62859e3b64e3109d5fedf8f97c7b517415df9ad5'
'425fbb7588020c2fce15d9be43e34f57ea0de327ebdf7693dc90d2b24a86df67bbc1ddfd7224e8579c17d0f34ad3cbfaacbf0e2044685a356e0cb662c0e1a2d0'
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
@@ -104,7 +104,7 @@ prepare() {
patch -p1 -i "$srcdir/clipath.patch"
# electron checksum
- echo -e "\nba94532620d60cff9a7d2a7fdd3d0b0e16b91acc91b60827c12bc3b39c7f650a
*electron-v25.9.3-linux-x64.zip" >> build/checksums/electron.txt
+ echo -e "\n84f92675e3a9616cc163de673ebfafaad3c2976dc500612875a23849bc3661ce
*electron-v25.9.4-linux-x64.zip" >> build/checksums/electron.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/9f558096edf9329487cc737ea3f165db833b7c81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/9f558096edf9329487cc737ea3f165db833b7c81
You're receiving this email because of your account on gitlab.archlinux.org.