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.
11 lines
339 B
Ruby
11 lines
339 B
Ruby
cask "gearboy" do
|
|
version "3.4.0"
|
|
sha256 "9b7b276c2f4b01dab8a1562b9dce5c61ab61c770b74a81c4d26e1d1e69be2bfb"
|
|
|
|
url "https://github.com/drhelius/Gearboy/releases/download/gearboy-#{version}/Gearboy-#{version}-macOS.zip"
|
|
name "Gearboy"
|
|
homepage "https://github.com/drhelius/Gearboy"
|
|
|
|
app "Gearboy-#{version}-macOS/Gearboy.app"
|
|
end
|