mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
9 lines
250 B
Ruby
9 lines
250 B
Ruby
class Littleipsum < Cask
|
|
version '1.1.2'
|
|
sha256 '5fa88e5cd2cc1c837ac3e9ff3a23ce1569835d56c71e2741243ce9f0424099db'
|
|
|
|
url 'http://littleipsum.com/download/LittleIpsum%201.1.2.zip'
|
|
homepage 'http://littleipsum.com'
|
|
|
|
link 'LittleIpsum.app'
|
|
end
|