homebrew-cask/Casks/edgeview.rb

15 lines
696 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'edgeview' do
2015-10-30 01:23:03 +08:00
version '0.9997'
sha256 '5972e4db1508de88b838dd9287c56b20eea3dda9b5b52d88490897020368a6aa'
2015-07-05 18:48:12 +08:00
# dropboxusercontent.com is the official download host per the vendor homepage
url "https://dl.dropboxusercontent.com/u/168552/edgeViewUpdate/files/EdgeView_#{version.sub(%r{^\d+\.}, '')}.zip"
2015-07-07 11:25:13 +08:00
appcast 'https://dl.dropboxusercontent.com/u/168552/edgeViewUpdate/edgeView_update.xml',
2016-01-14 02:07:26 +08:00
:checkpoint => '006594c1812dbf8a14cf909f05508dd965e4af1d58b3a27cd9fcffdf8752220e'
name 'EdgeView'
homepage 'https://edgehigh.wordpress.com'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-07-05 18:48:12 +08:00
app 'EdgeView.app'
end