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
2017-05-18 03:12:40 +08:00
version '0.9.0'
sha256 'd0190422159b2d8f0a60b330b25e3255e931c29d712c2f5e0d1ab3632828297b'
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',
2017-05-18 03:12:40 +08:00
checkpoint: '83bbd263023d70c1105390158a4a891fee5080d46613699c723a0290a9ea3ce6'
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