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-01-22 01:22:52 +08:00
version '0.6.0'
sha256 '8bcacef9e79471340a27ab8ee5d143a16bd42d9d0421564a3a6457b50602de46'
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-01-22 01:22:52 +08:00
checkpoint: '0ffc2cfe39b8988774ecdef0816562d433523ab92fde1f1a42445a5075ccae1c'
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