mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
405 B
Ruby
11 lines
405 B
Ruby
cask :v1 => 'antwordprofiler' do
|
|
version '1.4.1'
|
|
sha256 'b7cea938e38001b54fce28d1efb1336bbfe4f5af37559c7b3ffd3a14a8aed608'
|
|
|
|
url "http://www.laurenceanthony.net/software/antwordprofiler/releases/AntWordProfiler#{version.gsub('.','')}/AntWordProfiler.zip"
|
|
name 'AntWordProfiler'
|
|
homepage 'http://www.laurenceanthony.net/software/antwordprofiler'
|
|
license :gratis
|
|
|
|
app 'AntWordProfiler.app'
|
|
end
|