diff options
| author | David Adrian | 2014-06-09 11:08:29 -0400 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 16:53:50 +0100 |
| commit | e6848437ac8716cba1ba9598b8170200f0df9f47 (patch) | |
| tree | 6960af581179b046af9151cfc6a284e55e65e78e /Library | |
| parent | 72957e1a199cecacd9f6ec2f534eb94688e6e66e (diff) | |
| download | homebrew-e6848437ac8716cba1ba9598b8170200f0df9f47.tar.bz2 | |
zmap 1.2.1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zmap.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zmap.rb b/Library/Formula/zmap.rb index d37661534..606827e2a 100644 --- a/Library/Formula/zmap.rb +++ b/Library/Formula/zmap.rb @@ -2,8 +2,8 @@ require 'formula' class Zmap < Formula homepage 'https://zmap.io' - url 'https://github.com/zmap/zmap/archive/v1.2.0.tar.gz' - sha1 'c3efb59c6433c790570aca5964f5d98f3464d330' + url 'https://github.com/zmap/zmap/archive/v1.2.1.tar.gz' + sha1 '1ce5529d8685a7b7fbca1f3b04670b1614838fa7' head 'https://github.com/zmap/zmap.git' |
