mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
249 B
Ruby
9 lines
249 B
Ruby
class Sputnik < Cask
|
|
version '1.0.7'
|
|
sha256 'f35342dcb780647749631597990989bb55c3df03a57fd76457ddf40237fcf750'
|
|
|
|
url "http://sputnik.szwacz.com/downloads/Sputnik-v#{version}.dmg"
|
|
homepage 'http://sputnik.szwacz.com/'
|
|
|
|
app 'Sputnik.app'
|
|
end
|