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
399 B
Ruby
17 lines
399 B
Ruby
cask "ryver" do
|
|
version "1.3.2"
|
|
sha256 "949abb92a3df5034fd8c81e1fe78a9c7bd7be2ad699bef9d423ad3a39cd48d54"
|
|
|
|
url "https://d3vkb1nw20iqfq.cloudfront.net/mac/Ryver-#{version}.dmg",
|
|
verified: "d3vkb1nw20iqfq.cloudfront.net/"
|
|
name "Ryver"
|
|
homepage "https://ryver.com/"
|
|
|
|
livecheck do
|
|
url "https://ryver.com/download/mac/stable"
|
|
strategy :header_match
|
|
end
|
|
|
|
app "Ryver.app"
|
|
end
|