From fa81c27899feb00b1e73ce89acb401165fd5d352 Mon Sep 17 00:00:00 2001 From: Evan Relf Date: Sun, 19 Apr 2015 15:39:15 -0700 Subject: [PATCH] Update repository for `phoenix` cask There is a new maintainer for the `phoenix` cask; the repository URLs have been updated accordingly. NOTE: While this formula should still work (there are still binaries in the `Builds` directory), the maintainer is not adding new builds to this directory and "For the record, [he is] not interested in supporting users who can't build Phoenix for themselves"; the latest binary in the `Builds` directory is version 1.1, however the latest version is 1.2. --- Casks/phoenix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Casks/phoenix.rb b/Casks/phoenix.rb index e4d58da025e..5bc148e5c61 100644 --- a/Casks/phoenix.rb +++ b/Casks/phoenix.rb @@ -2,9 +2,9 @@ cask :v1 => 'phoenix' do version :latest sha256 :no_check - url 'https://raw.github.com/sdegutis/phoenix/master/Builds/Phoenix-LATEST.app.tar.gz' + url 'https://raw.github.com/jasonm23/phoenix/master/Builds/Phoenix-LATEST.app.tar.gz' name 'Phoenix' - homepage 'https://github.com/sdegutis/Phoenix' + homepage 'https://github.com/jasonm23/Phoenix' license :mit app 'Phoenix.app'