Browse Source

sublime-text3.rb: appcast sha256 without pubDate

master
Vítor Galvão 9 years ago
parent
commit
86a55fc8ad
  1. 2
      Casks/sublime-text3.rb

2
Casks/sublime-text3.rb

@ -5,7 +5,7 @@ cask 'sublime-text3' do
# rackcdn.com is the official download host per the vendor homepage
url "http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%20#{version}.dmg"
appcast 'https://www.sublimetext.com/updates/3/stable/appcast_osx.xml',
:sha256 => '3e72a8db0cbef96c6d9884f145787f0e1ef07a89846889d61a6a3257464a29fa'
:sha256 => 'cd60110c8d5161e5c569522a5c7537b5f3f91cef12e3d023ab5cc85f2ab4f6e1'
name 'Sublime Text'
homepage 'https://www.sublimetext.com/3'
license :closed

Loading…
Cancel
Save