homebrew-cask/Casks/antconc.rb

12 lines
393 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'antconc' do
2018-05-13 18:21:48 +08:00
version '3.5.7'
sha256 '660fb0df5376544c41bb3d7c4b4c22cd11d2d20d09e1c895cc342713089890be'
2015-01-21 22:29:20 +08:00
2018-10-07 11:38:01 +08:00
url "https://www.laurenceanthony.net/software/antconc/releases/AntConc#{version.no_dots}/AntConc.zip"
appcast 'https://www.laurenceanthony.net/software/antconc/releases/'
2015-01-21 22:29:20 +08:00
name 'AntConc'
2018-10-07 11:38:01 +08:00
homepage 'https://www.laurenceanthony.net/software/antconc/'
2015-01-21 22:29:20 +08:00
app 'AntConc.app'
end