diff options
| author | Rob Warner | 2014-01-06 10:44:30 -0500 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-06 15:53:50 +0000 | 
| commit | 659aeb7d3e9efe6033579c7bb21697abed5cc886 (patch) | |
| tree | 9afef7c57ad807efdaf5058908015825e0ef7fbc /Library | |
| parent | 11fed10b21bc7ebf0fce91527720adbc8fb26cfe (diff) | |
| download | homebrew-659aeb7d3e9efe6033579c7bb21697abed5cc886.tar.bz2 | |
wry 1.7.2
Closes #25680.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wry.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wry.rb b/Library/Formula/wry.rb index 1af88c605..4dff5eea9 100644 --- a/Library/Formula/wry.rb +++ b/Library/Formula/wry.rb @@ -2,8 +2,8 @@ require 'formula'  class Wry < Formula    homepage 'http://grailbox.com/wry/' -  url 'https://github.com/hoop33/wry/archive/v1.7.1.tar.gz' -  sha1 '5c015d98572f4e96a549f7da5637d5ff863a37d9' +  url 'https://github.com/hoop33/wry/archive/v1.7.2.tar.gz' +  sha1 '22ac510f0f83bcdc7432ec4fac8aabdf91685ec5'    head 'https://github.com/hoop33/wry.git'  | 
