Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zed
Commits:
1b93b5fd by Caleb Maclennan at 2025-02-05T00:05:58+03:00
upgpkg: 0.172.8-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.171.6
+ pkgver = 0.172.8
pkgrel = 1
url = https://zed.dev
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = zed
optdepends = pyright: improved Python language support
optdepends = rust-analyzer: improved Rust language support
replaces = zed-editor
- source =
https://github.com/zed-industries/zed/archive/v0.171.6/zed-0.171.6.tar.gz
- sha256sums =
61bc350b054259dcb2f800455a386ea0644810f7a34f12a9a7c7e5a593a7370d
+ source =
https://github.com/zed-industries/zed/archive/v0.172.8/zed-0.172.8.tar.gz
+ sha256sums =
5c7e7f2f4821188f80821ef1625e515e736e37a3b6923c39f47a160f7c9c1a32
pkgname = zed
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Marcell Pardavi <[email protected]>
pkgname=zed
-pkgver=0.171.6
+pkgver=0.172.8
pkgrel=1
pkgdesc='A high-performance, multiplayer code editor from the creators of Atom
and Tree-sitter'
arch=(x86_64)
@@ -43,7 +43,7 @@ optdepends=('clang: improved C/C++ language support'
replaces=(zed-editor)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('61bc350b054259dcb2f800455a386ea0644810f7a34f12a9a7c7e5a593a7370d')
+sha256sums=('5c7e7f2f4821188f80821ef1625e515e736e37a3b6923c39f47a160f7c9c1a32')
_binname=zeditor
_appid=dev.zed.Zed
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/1b93b5fd6758261365085758d10071d0697014e9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zed/-/commit/1b93b5fd6758261365085758d10071d0697014e9
You're receiving this email because of your account on gitlab.archlinux.org.