From 76f0cc9cb723181dea317982887534aacd386096 Mon Sep 17 00:00:00 2001 From: Michiel Sikma Date: Fri, 21 Jul 2017 09:31:40 +0200 Subject: [PATCH] Update DOSBox SVN formula (#4175) * Update DOSBox SVN formula The URL for the snapshots has changed (in part because of a policy change by Dropbox). The new URL is a direct link to new builds generated from trunk automatically. * Remove comment, change to http * dosbox-svn (latest) Add appropriate URL comment * update url and comment * dl.dropboxusercontent.com --- Casks/dosbox-svn.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/dosbox-svn.rb b/Casks/dosbox-svn.rb index 5b93d4bc6..805d4f020 100644 --- a/Casks/dosbox-svn.rb +++ b/Casks/dosbox-svn.rb @@ -2,8 +2,8 @@ cask 'dosbox-svn' do version :latest sha256 :no_check - # dl.dropbox.com/u/7737184 was verified as official when first introduced to the cask - url 'http://dl.dropbox.com/u/7737184/Dosbox/Dosbox-Snapshot.dmg' + # dl.dropboxusercontent.com/s/kbrf5elbcu66kst was verified as official when first introduced to the cask + url 'http://dl.dropboxusercontent.com/s/kbrf5elbcu66kst/Dosbox-Snapshot.dmg' name 'DOSBox SVN' homepage 'https://www.dosbox.com/wiki/SVN_Builds#Plain.2Fvanilla.2Fclean_SVN_builds/'