Skip to content

Commit ea9a0df

Browse files
committedDec 17, 2024·
correct download link
1 parent 9bea601 commit ea9a0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Formula/fish.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Fish < Formula
22
desc "User-friendly command-line shell for UNIX-like operating systems"
33
homepage "https://fishshell.com"
4-
url "https://github.com/fish-shell/fish-shell/releases/download/4.0.1/fish-4.0b1.tar.xz"
4+
url "https://github.com/fish-shell/fish-shell/releases/download/4.0b1/fish-4.0b1.tar.xz"
55
sha256 "534334e10f85722214e9daff82a57cc3501235523f16f8f131c2344e4ec98da7"
66
license "GPL-2.0-only"
77

0 commit comments

Comments
 (0)
Please sign in to comment.