homebrew-cask/Casks/audacity.rb

15 lines
488 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'audacity' do
2016-02-04 23:32:31 +08:00
version '2.1.2-1453294898'
sha256 '2e4b7d608ecc0d2f79bf16663f085d383075e488f7d50bf7d74c0b69173defe7'
2016-02-12 01:18:14 +08:00
# oldfoss.com:81/download/Audacity was verified as official when first introduced to the cask
2016-02-04 23:32:31 +08:00
url "http://app.oldfoss.com:81/download/Audacity/audacity_macosx_ub_#{version.dots_to_underscores}.dmg"
name 'Audacity'
homepage 'http://audacityteam.org'
license :gpl
app 'Audacity/Audacity.app'
2015-11-18 02:18:10 +08:00
zap delete: '~/Library/Application Support/audacity'
end