Skip to content

Commit

Permalink
adv_cmds: switch url to use https
Browse files Browse the repository at this point in the history
warning: unable to download 'http://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz': HTTP error 302 (curl error: Couldn't connect to server); retrying in 298 ms
  • Loading branch information
veprbl committed Jan 10, 2019
1 parent 6b81768 commit 1a7e65e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
# the more recent adv_cmds release is used for everything else in this package

let recentAdvCmds = fetchzip {
url = "http://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz";
url = "https://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz";
sha256 = "0z081kcprzg5jcvqivfnwvvv6wfxzkjg2jc2lagsf8c7j7vgm8nn";
};

Expand Down

0 comments on commit 1a7e65e

Please sign in to comment.