diff options
| author | laurensv | 2015-03-28 23:11:50 -0700 | 
|---|---|---|
| committer | Tim D. Smith | 2015-03-29 09:00:00 -0700 | 
| commit | d0fd0c54aa2dac22645cd63fa933b19cc3cd00d3 (patch) | |
| tree | 2e0beb88e958b06d8a0b2d4d11f8a4964e1115b7 | |
| parent | 96a55c881ff313d054d123125ad7c9507b1cd4bc (diff) | |
| download | homebrew-d0fd0c54aa2dac22645cd63fa933b19cc3cd00d3.tar.bz2 | |
protobuf: update python-dateutil URL and checksum
Closes #38171.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/protobuf.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/protobuf.rb b/Library/Formula/protobuf.rb index 0c6184699..7eb504b42 100644 --- a/Library/Formula/protobuf.rb +++ b/Library/Formula/protobuf.rb @@ -39,8 +39,8 @@ class Protobuf < Formula    end    resource "python-dateutil" do -    url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.1.tar.gz" -    sha256 "23fd0a7c228d9c298c562245290a3f82999586c87aae71250f95f9894cb22c7c" +    url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.1.tar.bz2" +    sha256 "a9f62b12e28f11c732ad8e255721a9c7ab905f9479759491bc1f1e91de548d0f"    end    resource "pytz" do | 
