diff options
| author | Brett Koonce | 2014-04-19 09:55:22 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-04-19 12:15:46 -0500 |
| commit | 11689fd7791e9f029c6800f336b0ac0926b4334f (patch) | |
| tree | fd2d7a434e7786c7daa2da8041e7080e13b98922 | |
| parent | 83a845239256607811d5711fc7b8d3e1bf19d1a1 (diff) | |
| download | homebrew-11689fd7791e9f029c6800f336b0ac0926b4334f.tar.bz2 | |
gvp 0.0.3
| -rw-r--r-- | Library/Formula/gvp.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gvp.rb b/Library/Formula/gvp.rb index 6c3f12616..adbbdbc7a 100644 --- a/Library/Formula/gvp.rb +++ b/Library/Formula/gvp.rb @@ -2,8 +2,8 @@ require "formula" class Gvp < Formula homepage "https://github.com/pote/gvp" - url "https://github.com/pote/gvp/archive/v0.0.2.tar.gz" - sha1 "28cbdea4c579ae4119bfd0fa451f03cb0572b43b" + url "https://github.com/pote/gvp/archive/v0.0.3.tar.gz" + sha1 "46826b8f3b83ba52d629549a5d486525cf633d6e" bottle do cellar :any |
