homebrew-cask/Casks/aether.rb

14 lines
521 B
Ruby

cask 'aether' do
version '1.2.3'
sha256 '04ca7fbd693bda438436b46315616660ff123ec9d817d802c8c14dcb13711338'
# github.com/nehbit/aether was verified as official when first introduced to the cask
url "https://github.com/nehbit/aether/releases/download/v#{version}-OSX/Aether.#{version}.dmg"
appcast 'https://github.com/nehbit/aether/releases.atom',
checkpoint: 'e04d1d483f3a095bca996c29d6023b3f28453a8a2badc84807c45426dabab94f'
name 'Aether'
homepage 'http://getaether.net/'
app 'Aether.app'
end