Zed 0.159.5 => 0.163.3 (#10843)

This commit is contained in:
Ed Reel
2024-12-03 02:39:42 -06:00
committed by GitHub
parent 495fe804d8
commit d06e77e1aa

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.159.5'
version '0.163.3'
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 '343294a84b5b325cfc6bbffa8ab7573806d91ee4b4498cd001069f2239bf1c74'
source_sha256 '7b4fa77e8aa767114a1344cccab0a42340aeaca8d7ba27d656d68fb6497668f4'
depends_on 'alsa_lib'
depends_on 'libbsd'