Update whatroute to 2.0.13 (#29934)

* Update whatroute to 2.0.13

* Update whatroute.rb
This commit is contained in:
Colin Dunn 2017-02-08 19:18:18 +11:00 committed by Miccal Matthews
parent 9d4dd72749
commit 4150cfb191
1 changed files with 4 additions and 8 deletions

View File

@ -1,16 +1,12 @@
cask 'whatroute' do
if MacOS.version <= :mavericks
version '1.13.3'
sha256 'bc8a4612dcd2d64758dbb2714de60dd95907744cc59dd771a0be29bd56d81e5a'
else
version '2.0.12'
sha256 'd2186d8064eb851a9a6b1d3feafaf78959f0043e9a64317aa6c1a475d5d4125d'
end
version '2.0.13'
sha256 '920c088f9c0b80b78eb632c64119c81096497536ca62e4ce428516c3471be5c5'
url "https://downloads.whatroute.net/software/whatroute-#{version}.zip"
name 'WhatRoute'
homepage 'https://www.whatroute.net/'
depends_on macos: '>= :yosemite'
app 'WhatRoute.app'
end