mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
349 B
Ruby
11 lines
349 B
Ruby
cask :v1 => 'antconc' do
|
|
version '3.4.3'
|
|
sha256 'c63b9a9fd60a97c8551c6fa2902663568be9cdabee5601a2fe99715f47921421'
|
|
|
|
url "http://www.laurenceanthony.net/software/antconc/releases/AntConc#{version.gsub('.','')}/AntConc.zip"
|
|
name 'AntConc'
|
|
homepage 'http://www.laurenceanthony.net/software/antconc'
|
|
license :gratis
|
|
|
|
app 'AntConc.app'
|
|
end
|