homebrew-cask/Casks/prusa-slic3r.rb

15 lines
587 B
Ruby

cask 'prusa-slic3r' do
version '1.41.3,201902131031'
sha256 '449ff5da4dd0bddfd5ba13b57f70fa3e844a16085b11ba400a45a953fd4245bc'
# github.com/prusa3d/Slic3r was verified as official when first introduced to the cask.
url "https://github.com/prusa3d/Slic3r/releases/download/version_#{version.before_comma}/Slic3rPE-#{version.before_comma}+full-#{version.after_comma}.dmg"
appcast 'https://github.com/prusa3d/Slic3r/releases.atom'
name 'Slic3r - Prusa Edition'
homepage 'https://www.prusa3d.com/slic3r-prusa-edition/'
conflicts_with cask: 'slic3r'
app 'Slic3r.app'
end