Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / code
Commits:
464685c8 by Massimiliano Torromeo at 2023-10-12T15:07:48+02:00
upgpkg: 1.83.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.83.0
+ pkgver = 1.83.1
pkgrel = 1
url = https://github.com/microsoft/vscode
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = code
optdepends = zsh-completions: ZSH completitons
optdepends = x11-ssh-askpass: SSH authentication
provides = vscode
- source = code::git+https://github.com/microsoft/vscode.git#tag=1.83.0
+ source = code::git+https://github.com/microsoft/vscode.git#tag=1.83.1
source = code.js
source = code.sh
source = product_json.diff
=====================================
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
# Important: Remember to check
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag)
for target electron version
_electron=electron25
-pkgver=1.83.0
+pkgver=1.83.1
pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'
@@ -97,7 +97,7 @@ prepare() {
patch -p1 -i "$srcdir/clipath.patch"
# electron checksum
- echo "0d39e57ad7bf33112e2d4d0ecca434179ac88e3eee1d43c136f4abf537284e50
*electron-v25.6.0-linux-x64.zip" >> build/checksums/electron.txt
+ echo "35529c411275791abf9aa46f0a2e216b0affa542757583afb438a76047f6b90c
*electron-v25.9.1-linux-x64.zip" >> build/checksums/electron.txt
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/464685c8e092ec4b2d287c7c2fb2c6ac9e96efce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/464685c8e092ec4b2d287c7c2fb2c6ac9e96efce
You're receiving this email because of your account on gitlab.archlinux.org.