homebrew-cask/Casks/aether.rb

14 lines
542 B
Ruby

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