diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hashpump.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hashpump.rb b/Library/Formula/hashpump.rb index b965eb89c..17661530f 100644 --- a/Library/Formula/hashpump.rb +++ b/Library/Formula/hashpump.rb @@ -2,8 +2,8 @@ require "formula" class Hashpump < Formula homepage "https://github.com/bwall/HashPump" - url "https://github.com/bwall/HashPump/archive/v1.0.2.tar.gz" - sha1 "5496ee37298c65b4c72139a039e78e4ff3a060b2" + url "https://github.com/bwall/HashPump/archive/v1.1.0.tar.gz" + sha1 "610582b0e4c86bbcbe5620d4a3ad48e9c3046817" def install bin.mkpath |
