Zed 0.174.6 => 0.175.6 (#11452)

This commit is contained in:
Ed Reel
2025-03-02 07:22:04 -06:00
committed by GitHub
parent 3dd0db076f
commit 620c33cea2

View File

@@ -3,12 +3,12 @@ require 'package'
class Zed < Package
description 'Zed is a high-performance, multiplayer code editor'
homepage 'https://zed.dev/'
version '0.174.6'
version '0.175.6'
license 'GPL-3, AGPL-3, Apache-2.0'
compatibility 'x86_64'
min_glibc '2.28'
source_url "https://github.com/zed-industries/zed/releases/download/v#{version}/zed-linux-x86_64.tar.gz"
source_sha256 'cc5046dff2b43d36e807dbc46dae30489a144beaa3f0fddbceae6e5381769e2e'
source_sha256 'c9d98fbae6125995c7377b99d3996c880a4755a386588397c88fdf9699a997ff'
depends_on 'alsa_lib'
depends_on 'libbsd'