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
423 B
Ruby
17 lines
423 B
Ruby
cask "bowtie" do
|
|
version "1.5"
|
|
sha256 "d8406b066851c0730ca052036bedd5ded82019403de1fd58b579da34cfa4a948"
|
|
|
|
url "http://bowtieapp.com/bowtie-#{version}.zip"
|
|
name "Bowtie"
|
|
desc "Control your music with customisable shortcuts"
|
|
homepage "http://bowtieapp.com/"
|
|
|
|
livecheck do
|
|
url "http://updates.13bold.com/appcasts/bowtie"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
app "Bowtie #{version}/Bowtie.app"
|
|
end
|