homebrew-cask/Casks/aether.rb

15 lines
533 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/nehbit/aether-public/releases.atom',
:sha256 => '950d21a97d51a45b278ec5efea34a815662be861234c79030d215c1afbcd4fbb'
2015-01-04 10:33:19 +08:00
name 'Aether'
2014-10-18 22:06:41 +08:00
homepage 'http://getaether.net/'
license :affero
2014-10-18 22:06:41 +08:00
app 'Aether.app'
end