Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zed
Commits:
34437492 by Caleb Maclennan at 2026-01-23T10:45:09+03:00
upgpkg: 0.220.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = zed
pkgdesc = A high-performance, multiplayer code editor from the creators
of Atom and Tree-sitter
- pkgver = 0.220.2
+ pkgver = 0.220.4
pkgrel = 1
url = https://zed.dev
arch = x86_64
@@ -45,7 +45,7 @@ pkgbase = zed
optdepends = rust-analyzer: improved Rust language support
optdepends = org.freedesktop.secrets: to keep you logged into your Zed
account
replaces = zed-editor
- source =
https://github.com/zed-industries/zed/archive/v0.220.2/zed-0.220.2.tar.gz
- sha256sums =
f20f9fe57634fda1cab4cd317c9656b0cc39714cfad943bc4f53bd0563b807f3
+ source =
https://github.com/zed-industries/zed/archive/v0.220.4/zed-0.220.4.tar.gz
+ sha256sums =
6259abc8bb9f4a0077c514501c45e574fa6d1b3019895973b1e0cc2e245cc6b2
pkgname = zed
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Marcell Pardavi <[email protected]>
pkgname=zed
-pkgver=0.220.2
+pkgver=0.220.4
pkgrel=1
pkgdesc='A high-performance, multiplayer code editor from the creators of Atom
and Tree-sitter'
arch=(x86_64)
@@ -46,7 +46,7 @@ optdepends=('clang: improved C/C++ language support'
replaces=(zed-editor)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('f20f9fe57634fda1cab4cd317c9656b0cc39714cfad943bc4f53bd0563b807f3')
+sha256sums=('6259abc8bb9f4a0077c514501c45e574fa6d1b3019895973b1e0cc2e245cc6b2')
_binname=zeditor
_appid=dev.zed.Zed
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/34437492d2f697d552bb317ce42ae827204d76a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/34437492d2f697d552bb317ce42ae827204d76a9
You're receiving this email because of your account on gitlab.archlinux.org.