homebrew-cask/Casks/fromscratch.rb

13 lines
467 B
Ruby
Raw Normal View History

2016-05-13 04:34:35 +08:00
cask 'fromscratch' do
2018-10-01 08:07:35 +08:00
version '1.4.2'
sha256 'd36f22484ae7074c99d6db51c7b59c2a7d1eeba784c3f4f07a6aff386036daab'
2016-05-13 04:34:35 +08:00
# github.com/Kilian/fromscratch was verified as official when first introduced to the cask
2018-07-24 01:36:19 +08:00
url "https://github.com/Kilian/fromscratch/releases/download/v#{version}/FromScratch-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/Kilian/fromscratch/releases.atom'
2016-05-13 04:34:35 +08:00
name 'FromScratch'
homepage 'https://fromscratch.rocks/'
app 'FromScratch.app'
end