1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

linuxbrew: 20 rather than 22

refs: #3308
This commit is contained in:
Wez Furlong 2023-03-21 08:07:00 -07:00
parent c781be3124
commit d983e53e91
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -5,9 +5,9 @@
class Wezterm < Formula
desc "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust"
homepage "https://wezfurlong.org/wezterm/"
url "https://github.com/wez/wezterm/releases/download/@TAG@/WezTerm-@TAG@-Ubuntu22.04.AppImage"
url "https://github.com/wez/wezterm/releases/download/@TAG@/WezTerm-@TAG@-Ubuntu20.04.AppImage"
sha256 "@SHA256@"
head "https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu22.04.AppImage"
head "https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu20.04.AppImage"
def install
Dir.glob("*.AppImage").each do |img|