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.
11 lines
355 B
11 lines
355 B
class Zephyros52 < Cask
|
|
# version 5.2 is necessary for OSX 10.8 and older.
|
|
version '5.2'
|
|
sha256 '7e6dc16d4639b27e0e3a20537bc6a36d0f11900027888d7b39d884d3668d04e3'
|
|
|
|
url "https://raw.github.com/sdegutis/zephyros/master/Builds/Zephyros-#{version}.app.tar.gz"
|
|
homepage 'https://github.com/sdegutis/zephyros'
|
|
license :oss
|
|
|
|
app 'Zephyros.app'
|
|
end
|
|
|