zed: update to 0.208.4

This commit is contained in:
Maksim Bondarenkov 2025-10-16 06:53:49 +03:00 committed by Dirk Stolle
parent 6796fe5140
commit e02351ebf5

View File

@ -4,8 +4,7 @@ _realname=zed
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-docs")
_pkgver=0.208.4-pre
pkgver=${_pkgver//-}
pkgver=0.208.4
pkgrel=1
pkgdesc="A high-performance, multiplayer code editor (mingw-w64)"
arch=('any')
@ -42,13 +41,13 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-clang-tools-extra: for a better C/C++ langu
"${MINGW_PACKAGE_PREFIX}-rust-analyzer: for a better Rust language support"
'git: for a better Git integration'
'openssh: for a SSH remote')
source=("git+${msys2_repository_url}.git#tag=v${_pkgver}"
source=("git+${msys2_repository_url}.git#tag=v${pkgver}"
"zstd-sys.tar.gz::https://crates.io/api/v1/crates/zstd-sys/2.0.15+zstd.1.5.7/download"
"zstd-sys-remove-statik.patch"
"zed-fix-docs-build.patch"
"zed-wsl-set-proper-cli-name.patch"
"https://patch-diff.githubusercontent.com/raw/zed-industries/zed/pull/39810.patch")
sha256sums=('ded025e0089a6104745c5a56b0808ea8ef20c89c2d258e337416b3a10043db2c'
sha256sums=('59a188edfd0dfd1308d85e48087d846a2eed68c29113507cd6c961b20016d30d'
'eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237'
'48f4900ceb02d3aaf9a1020f33d56629156e96759f456c0e7ca18bfcf910767b'
'acaf155e37120a1af8918854a457939cad71e59bca2ced866f89795ed6b0a7b2'
@ -95,7 +94,7 @@ build() {
export ZED_UPDATE_EXPLANATION='Updates are handled by pacman'
export CARGO_PROFILE_RELEASE_DEBUG=0
export RELEASE_CHANNEL="stable"
export RELEASE_VERSION="${_pkgver} (Rev${pkgrel}, Built by MSYS2 project)"
export RELEASE_VERSION="${pkgver} (Rev${pkgrel}, Built by MSYS2 project)"
# set path to our fxc compiler
export GPUI_FXC_PATH="${MINGW_PREFIX}/bin/fxc.exe"
# should be synced with .cargo/config.toml