diff options
| author | Viktor Szakats | 2015-04-25 13:32:09 +0200 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-26 18:01:09 +0800 | 
| commit | f7389f4329f26be3402911c53fb9a03752386c0d (patch) | |
| tree | 6a6f57516a025b1a2a5288c4aae448a546bd4dbc /Library/Formula | |
| parent | 64e494c166c049d2a16266fb287b5053c0d9a892 (diff) | |
| download | homebrew-f7389f4329f26be3402911c53fb9a03752386c0d.tar.bz2 | |
pv: https url and homepage
Closes #39042.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pv.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/pv.rb b/Library/Formula/pv.rb index 5e4a508f8..08460835f 100644 --- a/Library/Formula/pv.rb +++ b/Library/Formula/pv.rb @@ -1,6 +1,6 @@  class Pv < Formula -  homepage "http://www.ivarch.com/programs/pv.shtml" -  url "http://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2" +  homepage "https://www.ivarch.com/programs/pv.shtml" +  url "https://www.ivarch.com/programs/sources/pv-1.6.0.tar.bz2"    sha1 "748280662bdc318c876cc9e759b52050c76f81ee"    bottle do | 
