mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
445 B
Ruby
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
|