homebrew-cask/Casks/dia.rb

13 lines
385 B
Ruby
Raw Normal View History

2014-11-14 01:25:42 +08:00
cask :v1 => 'dia' do
2013-08-10 15:23:41 +08:00
version '0.97.2-7'
sha256 '9d3038c01347716800688830eaf52204deb78affe74a5f0c6e0a48fd414d44be'
2015-01-18 02:04:39 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:35 +08:00
url "http://downloads.sourceforge.net/dia-installer/dia/#{version.sub(%r{-.*},'')}/Dia-#{version}.dmg"
2015-01-12 03:38:50 +08:00
name 'Dia'
homepage 'http://dia-installer.de/'
2014-10-01 23:32:45 +08:00
license :oss
2014-09-16 00:05:28 +08:00
app 'Dia.app'
2012-10-03 15:06:35 +08:00
end