Update sequel-pro-nightly - url do (#4385)

This commit is contained in:
commitay 2017-09-05 10:48:07 +10:00 committed by GitHub
parent 6ff0bb828e
commit 1ade14d5fc

View file

@ -4,7 +4,7 @@ cask 'sequel-pro-nightly' do
url do
require 'open-uri'
open('https://sequelpro.com/test-builds') do |page|
open('https://sequelpro.com/builds/latest-test-build.xml') do |page|
page.read[%r{https:\/\/sequelpro.com\/builds\/Sequel-Pro-Build-\w+.zip}]
end
end