homebrew-cask/Casks/anyipsum.rb

13 lines
449 B
Ruby

cask 'anyipsum' do
version '0.2.0'
sha256 '14beb22ab22fbb289e05ad658fcb7a52625f4f090bdc2d26ed5b1e2069d17eff'
url "https://github.com/jlowgren/AnyIpsum/releases/download/v#{version}/AnyIpsum.dmg"
appcast 'https://github.com/jlowgren/AnyIpsum/releases.atom',
checkpoint: '42f22d3a0e3f5ecf7b4b0557209ce799f01e5b856c75c2fb6e3e25bc12ae5d23'
name 'AnyIpsum'
homepage 'https://github.com/jlowgren/AnyIpsum'
app 'AnyIpsum.app'
end