mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
281 B
Ruby
9 lines
281 B
Ruby
class Omniweb < Cask
|
|
version '5.11.2'
|
|
sha256 'f1179f1dcf96ed7b2732a18049c79c4043131b267deabb06b5a10c19f1ce750f'
|
|
|
|
url "http://downloads.omnigroup.com/software/MacOSX/10.4/OmniWeb-#{version}.dmg"
|
|
homepage 'http://www.omnigroup.com/products/omniweb/'
|
|
|
|
app 'OmniWeb.app'
|
|
end
|