homebrew-cask/Casks/librecad.rb

14 lines
564 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'librecad' do
2017-01-10 20:32:47 +08:00
version '2.1.3'
sha256 'e17f74be117c2cabbc9c5844ae459dd1d1e6f94b17d09f0e809ef23b936a8952'
2015-01-05 04:41:02 +08:00
2017-05-14 02:04:17 +08:00
# github.com/LibreCAD/LibreCAD was verified as official when first introduced to the cask
url "https://github.com/LibreCAD/LibreCAD/releases/download/#{version}/LibreCAD_#{version.dots_to_hyphens}.dmg"
appcast 'https://github.com/LibreCAD/LibreCAD/releases.atom',
checkpoint: '490f293425e95a3ca9833b74cf2034bb98c434d78b13e0db2da77e2f4eb9ccf0'
2015-01-05 04:41:02 +08:00
name 'LibreCAD'
2016-11-24 16:40:04 +08:00
homepage 'http://librecad.org/cms/home.html'
2014-09-16 00:05:50 +08:00
app 'LibreCAD.app'
2014-02-22 11:40:57 +08:00
end