homebrew-cask/Casks/diashapes.rb

13 lines
398 B
Ruby
Raw Normal View History

2014-11-14 01:25:42 +08:00
cask :v1 => 'diashapes' do
2014-07-15 12:09:51 +08:00
version '0.3.0'
sha256 '2b858e180f7ed1fff23c0fd7c917ad161b6ed4e561bc7a7ce4d71bd368947925'
# sourceforge.net is the official download host per the vendor homepage
2014-07-15 12:09:51 +08:00
url "http://downloads.sourceforge.net/project/dia-installer/diashapes/#{version}/diashapes-#{version}.dmg"
2015-01-23 06:07:20 +08:00
name 'Dia'
2014-07-15 12:09:51 +08:00
homepage 'http://dia-installer.de/'
2014-10-01 23:32:45 +08:00
license :oss
2014-07-15 12:09:51 +08:00
2014-09-16 00:05:28 +08:00
app 'Diashapes.app'
2014-07-15 12:09:51 +08:00
end