homebrew-cask/Casks/stretchly.rb

14 lines
558 B
Ruby
Raw Normal View History

2016-10-11 17:18:28 +08:00
cask 'stretchly' do
2016-12-06 20:55:25 +08:00
version '0.5.1'
sha256 '9b480ff99c23b91067598b573f7f94bbbc9a79703471a53e2c02a77f546042ac'
2016-10-11 17:18:28 +08:00
# github.com/hovancik/stretchly was verified as official when first introduced to the cask
url "https://github.com/hovancik/stretchly/releases/download/v#{version}/stretchly-#{version}-mac.zip"
appcast 'https://github.com/hovancik/stretchly/releases.atom',
2016-12-06 20:55:25 +08:00
checkpoint: '37bd240e647d53b8be14bbed20618f8dc1cf906d70a929cf841ffbc011f5e2d4'
2016-10-11 17:18:28 +08:00
name 'stretchly'
homepage 'https://hovancik.net/stretchly/'
2016-10-11 17:18:28 +08:00
app 'stretchly.app'
end