You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
298 B
11 lines
298 B
cask :v1 => 'littleipsum1' do
|
|
version '1.1.2'
|
|
sha256 '5fa88e5cd2cc1c837ac3e9ff3a23ce1569835d56c71e2741243ce9f0424099db'
|
|
|
|
url "http://littleipsum.com/download/LittleIpsum%20#{version}.zip"
|
|
name "LittleIpsum"
|
|
homepage 'http://littleipsum.com'
|
|
license :closed
|
|
|
|
app 'LittleIpsum.app'
|
|
end
|
|
|