diff options
Diffstat (limited to 'Library/Formula/pbrt.rb')
| -rw-r--r-- | Library/Formula/pbrt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pbrt.rb b/Library/Formula/pbrt.rb index a86a508b1..f79b74a99 100644 --- a/Library/Formula/pbrt.rb +++ b/Library/Formula/pbrt.rb @@ -2,8 +2,8 @@ require 'formula' class Pbrt < Formula homepage 'http://pbrt.org/' - url 'https://github.com/mmp/pbrt-v2/tarball/2.0.342' - sha1 '60ca05448e69ae750b9f5cb07a1e55204d793698' + url 'https://github.com/mmp/pbrt-v2/archive/2.0.342.tar.gz' + sha1 'c18e4cb5acdd3120573c26be702e452e77273a79' depends_on "openexr" |
