mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 06:17:14 -06:00
12 lines
391 B
Ruby
12 lines
391 B
Ruby
cask :v1 => 'actprinter' do
|
|
version '3.2.1'
|
|
sha256 '979768faafd99b5714d3397ef7dd29ff085b3f7c7aac59ea6c96c4f15f0ceb6d'
|
|
|
|
# actprinter.com is the official download host per the vendor homepage
|
|
url "http://www.actprinter.com/mac/ACTPrinter%20for%20Mac%20#{version}.zip"
|
|
name 'ACTPrinter'
|
|
homepage 'http://houdah.com/ACTPrinter/'
|
|
license :gratis
|
|
|
|
app 'ACTPrinter for Mac.app'
|
|
end
|