mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
269 B
Ruby
7 lines
269 B
Ruby
class Shuttle < Cask
|
|
url 'https://github.com/fitztrev/shuttle/releases/download/v1.2.0/Shuttle.dmg'
|
|
homepage 'http://fitztrev.github.io/shuttle/'
|
|
version '1.2.0'
|
|
sha256 'a6a20b461556e54c99f14eaaaa4ee8e41cb0250561525be87340f0fda635d2b3'
|
|
link 'Shuttle.app'
|
|
end
|