Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
384 B
Ruby

cask "fugu" do
version "1.2.1pre1"
sha256 "3f96ac9c94516c100bab5fe03cc1571634955f15e1949d32d675b91f5058e328"
url "https://downloads.sourceforge.net/fugussh/Unstable/fugu-#{version}/Fugu-#{version}.zip"
name "Fugu"
desc "Frontend for OpenSSH's sftp/scp tools"
homepage "https://sourceforge.net/projects/fugussh/"
app "Fugu.app"
caveats do
discontinued
end
end