mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
7 lines
259 B
Ruby
7 lines
259 B
Ruby
class AquaTerm < Cask
|
|
url 'http://downloads.sourceforge.net/project/aquaterm/AquaTerm/AquaTerm1.1.0.dmg'
|
|
homepage 'http://aquaterm.sourceforge.net/'
|
|
version '1.1.0'
|
|
sha1 'a1a6d958f0eb6c9b496496bae81d6dcd9781a5bc'
|
|
install 'AquaTermInstaller.pkg'
|
|
end
|