Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode: update to 1.51.1 #26378

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/containerd/template
@@ -1,6 +1,6 @@
# Template file for 'containerd'
pkgname=containerd
version=1.3.7
version=1.4.1
revision=1
build_style=go
go_import_path=github.com/containerd/containerd
Expand All @@ -18,7 +18,7 @@ maintainer="Paul Knopf <pauldotknopf@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/containerd/containerd"
distfiles="https://github.com/containerd/containerd/archive/v${version}.tar.gz"
checksum=d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded
checksum=d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5
make_dirs="/var/lib/containerd 0755 root root"

post_build() {
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/icewm/template
@@ -1,6 +1,6 @@
# Template file for 'icewm'
pkgname=icewm
version=1.9.1
version=1.9.2
revision=1
build_style=cmake
configure_args="-DENABLE_LTO=ON -DCONFIG_LIBRSVG=ON -DENABLE_ALSA=ON
Expand All @@ -16,7 +16,7 @@ maintainer="Glaulher <glaulher.developer@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://ice-wm.org/"
distfiles="https://github.com/ice-wm/icewm/archive/${version}.tar.gz"
checksum=ad5391d8bfd943169be56471895fae35ab54ef205a1f49510e8f86c2d9a1aa7c
checksum=d40965a74e001f7c514c6581cec1b6dfed1d4b0d5479dd29a816bce9fe0c75ed

# No c++ warnings for 'One Defintion Rules' and make sure LTO goes ok
CXXFLAGS="-Wno-odr -fno-strict-aliasing"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/vscode/template
@@ -1,7 +1,7 @@
# Template file for 'vscode'
pkgname=vscode
version=1.50.1
revision=1
version=1.51.1
revision=2
_electronver=9.3.1
hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
makedepends="libxkbfile-devel libsecret-devel electron9"
Expand All @@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="https://code.visualstudio.com/"
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
checksum=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
checksum=3a7127983fac7c8e44b5b26b026341b8fd91c65ff34a4664e65ae43ae358d31b
patch_args="-Np1"

if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
Expand Down