Skip to content
Snippets Groups Projects
Commit 41325bcf authored by Xu Cheng's avatar Xu Cheng
Browse files

HOMEBREW_CURL_ARGS: add -R to preserve remote timestamp

Reference from `man curl`

>  -R, --remote-time
>    When  used,  this will make curl attempt to figure out the time-
>    stamp of the remote file, and if  that  is  available  make  the
>    local file get that same timestamp.
parent 56375a7b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ RUBY_BIN = RUBY_PATH.dirname
HOMEBREW_USER_AGENT_CURL = ENV["HOMEBREW_USER_AGENT_CURL"]
HOMEBREW_USER_AGENT_RUBY = "#{ENV["HOMEBREW_USER_AGENT"]} ruby/#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
HOMEBREW_CURL_ARGS = "-f#LA"
HOMEBREW_CURL_ARGS = "-f#RLA"
require "tap_constants"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment