homebrew-cask/Casks/fromscratch.rb

15 lines
583 B
Ruby
Raw Normal View History

2016-05-13 04:34:35 +08:00
cask 'fromscratch' do
2016-06-28 02:49:40 +08:00
version '1.1.1'
sha256 'eb39b0ba128fe9352ceb4d2cb2701a4cd7ef772083ad97ce7de62a2f14bdad02'
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-06-28 02:49:40 +08:00
checkpoint: 'bc6fd4aea1849757ce946f7daaeaf22a1f47c838346af321cdb877e9b256f47e'
2016-05-13 04:34:35 +08:00
name 'FromScratch'
homepage 'https://fromscratch.rocks/'
license :mit
app 'FromScratch.app'
end