mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
256 B
Ruby
10 lines
256 B
Ruby
class Osirix < Cask
|
|
version '5.9'
|
|
sha256 '64f6a8bc5614da55002daf618c96b1d52408a43e3b2973c0b209a81a91526758'
|
|
|
|
url "http://www.osirix-viewer.com/OsiriX#{version}.dmg"
|
|
homepage 'http://www.osirix-viewer.com'
|
|
license :unknown
|
|
|
|
app 'osirix.app'
|
|
end
|