homebrew-cask/Casks/doxygen.rb

13 lines
440 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'doxygen' do
2017-02-05 07:57:51 +08:00
version '1.8.13'
sha256 '3fa2327580ddbfdbcfd2925c63a1b1e4ae05227b2771542a555d546da64ea517'
url "https://ftp.stack.nl/pub/users/dimitri/Doxygen-#{version}.dmg"
2016-01-17 21:01:46 +08:00
appcast 'https://www.stack.nl/~dimitri/doxygen/manual/changelog.html',
2017-02-05 07:57:51 +08:00
checkpoint: '76768ca4023acd09ee3509c46cb9091f721bbdcbee3ab86816eab1ea8f5fe5ee'
2015-01-06 10:08:25 +08:00
name 'Doxygen'
homepage 'https://www.stack.nl/~dimitri/doxygen/'
2014-09-16 00:05:29 +08:00
app 'Doxygen.app'
2013-10-30 22:06:16 +08:00
end