diff options
| -rw-r--r-- | Library/Formula/z.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/z.rb b/Library/Formula/z.rb index 53860dcce..1120b8637 100644 --- a/Library/Formula/z.rb +++ b/Library/Formula/z.rb @@ -2,8 +2,8 @@ require 'formula' class Z < Formula homepage 'https://github.com/rupa/z' - url 'https://github.com/rupa/z/tarball/v1.0' - sha1 '788823562d7f03542685c1d839a9c74165cdb0dc' + url 'https://github.com/rupa/z/tarball/v1.1' + md5 '75125fba5be0638dafd2518489d2faf2' head 'https://github.com/rupa/z.git' |
