homebrew-cask/Casks/v2rayu.rb

15 lines
389 B
Ruby
Raw Normal View History

cask 'v2rayu' do
version '2.1.0'
sha256 '4bdff8dc6caff3772022221fee77bdc76edc5af660ce9a00337d017341aa7243'
url "https://github.com/yanue/V2rayU/releases/download/#{version}/V2rayU.dmg"
appcast 'https://github.com/yanue/V2rayU/releases.atom'
name 'V2rayU'
homepage 'https://github.com/yanue/V2rayU'
2020-03-05 01:12:44 +08:00
auto_updates true
2019-03-22 02:30:49 +08:00
depends_on macos: '>= :sierra'
app 'V2rayU.app'
end