Files
homebrew-cask/Casks/f/fetch.rb
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

17 lines
445 B
Ruby

cask "fetch" do
version "5.8.3"
sha256 "249b7d870fd8feb480285efaea57cfc00f062f4d55bd8d2ae202856275da1065"
url "https://fetchsoftworks.com/fetch/download/Fetch_#{version}.zip"
name "Fetch"
desc "File transfer client"
homepage "https://fetchsoftworks.com/fetch/"
livecheck do
url "https://updates.fetchsoftworks.com/list/fetch-#{version.major}K0-release.xml"
strategy :sparkle, &:short_version
end
app "Fetch.app"
end