You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
332 B
8 lines
332 B
class Zephyros52 < Cask
|
|
# version 5.2 is necessary for OSX 10.8 and older.
|
|
url 'https://raw.github.com/sdegutis/zephyros/master/Builds/Zephyros-5.2.app.tar.gz'
|
|
homepage 'https://github.com/sdegutis/zephyros'
|
|
version '5.2'
|
|
sha256 '7e6dc16d4639b27e0e3a20537bc6a36d0f11900027888d7b39d884d3668d04e3'
|
|
link 'Zephyros.app'
|
|
end
|
|
|