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-11-09 23:10:30 +08:00
version '1.2.0'
sha256 'b9d69e6e29f9569b3c96d3343d5f4f082d70846d6e0a166625b21b3263f64222'
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-11-09 23:10:30 +08:00
checkpoint: 'c6ce7f224a03ae7f7a9891b25cb2f247465602f77edcd770984d0834f6757595'
2016-05-13 04:34:35 +08:00
name 'FromScratch'
homepage 'https://fromscratch.rocks/'
app 'FromScratch.app'
end