homebrew-cask/Casks/fromscratch.rb

14 lines
568 B
Ruby
Raw Normal View History

2016-05-13 04:34:35 +08:00
cask 'fromscratch' do
2016-12-13 05:00:51 +08:00
version '1.3.0'
sha256 'a3621940ae0eaafe7fdcabe038a027ffa6c609f8764e74edbfa91d24e419e960'
2016-05-13 04:34:35 +08:00
# github.com/Kilian/fromscratch was verified as official when first introduced to the cask
2016-06-28 02:49:40 +08:00
url "https://github.com/Kilian/fromscratch/releases/download/v#{version}/FromScratch-darwin-x64-#{version}.zip"
2016-05-13 04:34:35 +08:00
appcast 'https://github.com/Kilian/fromscratch/releases.atom',
2016-12-13 05:00:51 +08:00
checkpoint: '38871d364c41971303d97e39099cfa9b850d82a66fa9dcfbe91d356f046df95f'
2016-05-13 04:34:35 +08:00
name 'FromScratch'
homepage 'https://fromscratch.rocks/'
app 'FromScratch.app'
end