mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
10 lines
288 B
Ruby
10 lines
288 B
Ruby
cask :v1 => 'fetch' do
|
|
version '5.7.4'
|
|
sha256 '315358b9af19fe6d121a340dbcab7ebe2fcf100568faf8ee739ca50079d3dd2a'
|
|
|
|
url "http://fetchsoftworks.com/fetch/download/Fetch_#{version}.dmg?direct=1"
|
|
homepage 'http://fetchsoftworks.com/fetch/'
|
|
license :commercial
|
|
|
|
app 'Fetch.app'
|
|
end
|