updated aquamacs (32.5)

This commit is contained in:
Vítor Galvão 2015-01-17 03:58:05 +00:00
parent 40a7dedf45
commit 62d2650bda
1 changed files with 4 additions and 2 deletions

View File

@ -2,13 +2,15 @@ cask :v1 => 'aquamacs' do
if Hardware::CPU.is_32_bit?
version '2.5'
sha256 '5857848d8d46bba43d160c02393b098a370e2156608be24b288419f668210be9'
sha256 '04835075a0c2db072bc974b0e01876e4c95e89deed0485755354f2bbffc8481a'
url "http://braeburn.aquamacs.org/releases/Aquamacs-Emacs-#{version}.dmg"
# github.com is the official download host per the vendor homepage
url "https://github.com/davidswelt/aquamacs-emacs/releases/download/Aquamacs-#{version}-final/Aquamacs-Emacs-#{version}final.tar.bz2"
else
version '3.2'
sha256 '0bdbbe20afd1d2f2bc23fd583de9475a8826493fcf9fe0e4d2717353cf5f04b2'
# github.com is the official download host per the vendor homepage
url "https://github.com/davidswelt/aquamacs-emacs/releases/download/Aquamacs-#{version}/Aquamacs-Emacs-#{version}.dmg"
end