mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
249 B
Ruby
9 lines
249 B
Ruby
class Ricochet < Cask
|
|
version '1.0.4'
|
|
sha256 '089e8b8d177ee2b5aeb50b62447a27994a432ffd8fe1893e071c4df4bc5e1993'
|
|
|
|
url "https://ricochet.im/releases/#{version}/Ricochet-#{version}.dmg"
|
|
homepage 'https://ricochet.im/'
|
|
|
|
app 'Ricochet.app'
|
|
end
|