homebrew-cask/Casks/slicer.rb

14 lines
521 B
Ruby
Raw Normal View History

2016-02-11 05:00:15 +08:00
cask 'slicer' do
2016-12-22 10:48:39 +08:00
version '4.6.2,561385'
sha256 '1b732c6901897707bc6edc568dadf1c7e79ee152ede400dd286b7b6290921041'
2016-02-11 05:00:15 +08:00
2016-12-22 10:48:39 +08:00
# slicer.kitware.com/midas3 was verified as official when first introduced to the cask
url "https://slicer.kitware.com/midas3/download?bitstream=#{version.after_comma}"
2016-12-22 10:48:39 +08:00
appcast 'https://github.com/Slicer/Slicer/releases.atom',
2017-05-10 21:36:54 +08:00
checkpoint: 'cf03b970cc317124c0aacad963f5abb6c76d7742cbf722a210cb738a17bf9dd8'
2016-02-11 05:00:15 +08:00
name '3D Slicer'
homepage 'https://www.slicer.org/'
2016-02-11 05:00:15 +08:00
app 'Slicer.app'
end