diff options
| author | Ian Lancaster | 2014-03-05 02:22:08 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-03-08 09:12:58 -0800 | 
| commit | e2d162dbd83a2a75fe789327220c490efdc63bde (patch) | |
| tree | aba4f90914280ca703767eb28202d4c6efecbee2 /Library/Formula/htmlcompressor.rb | |
| parent | 8b8a356ae3975c7c4289b74250562963ba2545f9 (diff) | |
| download | homebrew-e2d162dbd83a2a75fe789327220c490efdc63bde.tar.bz2 | |
Batch convert http urls from Google Code to https
Closes #27218.
Diffstat (limited to 'Library/Formula/htmlcompressor.rb')
| -rw-r--r-- | Library/Formula/htmlcompressor.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/htmlcompressor.rb b/Library/Formula/htmlcompressor.rb index 093196f3b..54b6f934e 100644 --- a/Library/Formula/htmlcompressor.rb +++ b/Library/Formula/htmlcompressor.rb @@ -2,7 +2,7 @@ require 'formula'  class Htmlcompressor < Formula    homepage 'http://code.google.com/p/htmlcompressor/' -  url 'http://htmlcompressor.googlecode.com/files/htmlcompressor-1.5.3.jar' +  url 'https://htmlcompressor.googlecode.com/files/htmlcompressor-1.5.3.jar'    sha1 '57db73b92499e018b2f2978f1c7aa7b1238c7a39'    option 'yuicompressor', "Use YUICompressor for JS/CSS compression" | 
