mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
276 B
Ruby
11 lines
276 B
Ruby
cask :v1 => 'vivaldi' do
|
|
version '1.0.118.19'
|
|
sha256 :no_check # required as upstream package is updated in-place
|
|
|
|
url "https://vivaldi.com/download/Vivaldi_TP2.#{version}.dmg"
|
|
name 'Vivaldi'
|
|
homepage 'https://vivaldi.com'
|
|
license :gratis
|
|
|
|
app 'Vivaldi.app'
|
|
end
|