diff options
| -rw-r--r-- | Library/Formula/laszip.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/laszip.rb b/Library/Formula/laszip.rb index 1e1a190b4..968ec0d59 100644 --- a/Library/Formula/laszip.rb +++ b/Library/Formula/laszip.rb @@ -2,8 +2,8 @@ require 'formula' class Laszip < Formula homepage 'http://www.laszip.org/' - url 'https://github.com/LASzip/LASzip/archive/2.0.2.tar.gz' - sha1 '42c27cf3beff50f53e51d4a1b921e3b9f3b0faf7' + url 'https://github.com/LASzip/LASzip/archive/v2.2.0.tar.gz' + sha1 '911881d7698642f6c201a70cab62a55a337b5627' head 'https://github.com/LASzip/LASzip.git' depends_on 'cmake' => :build |
