Skip to content

Commit

Permalink
zed: update to 0.146.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny committed Aug 1, 2024
1 parent 839302a commit 04cd5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-zed/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=zed
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.146.3
pkgver=0.146.4
pkgrel=1
pkgdesc="A high-performance, multiplayer code editor (mingw-w64)"
arch=('any')
Expand Down Expand Up @@ -40,7 +40,7 @@ source=("git+${msys2_repository_url}.git#tag=v${pkgver}"
"zed-download-pc-windows-gnu-assets.patch"
"curl-sys-use-pkgconfig.patch"
"zstd-sys-remove-statik.patch")
sha256sums=('303236b8271766762bc7640afff282daac86775259eb3ad51329356cf79a19a8'
sha256sums=('6143ef2b096da69d70ed2ae57c50d050cc45273d75f256c7ebd9075eafca8f69'
'c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa'
'3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34'
'94ca0bc7ae6f73bc4cdb9dd02af2946541b2bee7c71f279a4eeef1f987e76fe4'
Expand All @@ -58,7 +58,7 @@ prepare() {
patch -d "../curl-sys-0.4.67+curl-8.3.0" -i "${srcdir}/curl-sys-use-pkgconfig.patch"
patch -d "../zstd-sys-2.0.10+zstd.1.5.6" -i "${srcdir}/zstd-sys-remove-statik.patch"
# use patched *-sys crates
sed -i.orig '/\[patch\.crates-io\]/a curl-sys = { path = "../curl-sys-0.4.67+curl-8.3.0" }\nzstd-sys = { path = "../zstd-sys-2.0.10+zstd.1.5.6" }' Cargo.toml
sed -i '/\[patch\.crates-io\]/a curl-sys = { path = "../curl-sys-0.4.67+curl-8.3.0" }\nzstd-sys = { path = "../zstd-sys-2.0.10+zstd.1.5.6" }' Cargo.toml
cargo update -p curl-sys -p zstd-sys

cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
Expand Down

0 comments on commit 04cd5e1

Please sign in to comment.