homebrew-cask/Casks/edgeview.rb

15 lines
693 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'edgeview' do
2016-03-29 04:06:21 +08:00
version '0.9999'
sha256 '25ad46a6e90d97f89d80a3b24ffd1ac361004772990880c531f9095d6976bada'
2015-07-05 18:48:12 +08:00
2016-02-14 08:12:59 +08:00
# dropboxusercontent.com/u/168552 was verified as official when first introduced to the cask
url "https://dl.dropboxusercontent.com/u/168552/edgeViewUpdate/files/EdgeView_#{version.minor}.zip"
2015-07-07 11:25:13 +08:00
appcast 'https://dl.dropboxusercontent.com/u/168552/edgeViewUpdate/edgeView_update.xml',
2016-03-29 04:06:21 +08:00
checkpoint: '4bc735f9b4042e6bc67067de3ef236c30c831e375f9ad99cd780790bcbf8e94b'
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