homebrew-cask/Casks/anyipsum.rb

12 lines
359 B
Ruby
Raw Normal View History

2016-07-19 17:24:13 +08:00
cask 'anyipsum' do
2018-02-19 06:27:53 +08:00
version '0.2.0'
2018-03-28 21:09:01 +08:00
sha256 '14beb22ab22fbb289e05ad658fcb7a52625f4f090bdc2d26ed5b1e2069d17eff'
2016-07-19 17:24:13 +08:00
url "https://github.com/jlowgren/AnyIpsum/releases/download/v#{version}/AnyIpsum.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/jlowgren/AnyIpsum/releases.atom'
2016-07-19 17:24:13 +08:00
name 'AnyIpsum'
homepage 'https://github.com/jlowgren/AnyIpsum'
app 'AnyIpsum.app'
end