homebrew-cask/Casks/aether.rb

13 lines
382 B
Ruby
Raw Normal View History

2014-11-14 01:25:20 +08:00
cask :v1 => 'aether' do
2014-10-18 22:06:41 +08:00
version '1.2.3'
sha256 '04ca7fbd693bda438436b46315616660ff123ec9d817d802c8c14dcb13711338'
2015-01-15 09:50:57 +08:00
# github.com is the official download host per the vendor homepage
2014-10-18 22:06:41 +08:00
url "https://github.com/nehbit/aether-public/releases/download/v#{version}-OSX/Aether.#{version}.dmg"
2015-01-04 10:33:19 +08:00
name 'Aether'
2014-10-18 22:06:41 +08:00
homepage 'http://getaether.net/'
license :oss
app 'Aether.app'
end