diff options
| author | Daniel MartÃn | 2013-12-04 23:55:01 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-04 19:53:32 -0800 |
| commit | 8b63b91cd26d610762ef7c34723f93ca7fc9c1d3 (patch) | |
| tree | d14c15a7f40bff7b6e45d3ecd336da41e073658f | |
| parent | 46243a1d295e45ba9f319a97d0e1b67f6b705cdc (diff) | |
| download | homebrew-8b63b91cd26d610762ef7c34723f93ca7fc9c1d3.tar.bz2 | |
plowshare4 git20131130
Closes #24944.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/plowshare.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index aec4e0a00..81eb781a4 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -2,9 +2,9 @@ require 'formula' class Plowshare < Formula homepage 'http://code.google.com/p/plowshare/' - url 'http://plowshare.googlecode.com/files/plowshare4-snapshot-git20131102.b72c58d.tar.gz' - version '4.GIT-b72c58d' - sha1 'c7960e0b196596b9a04acc3d81e51d42b6752594' + url 'http://plowshare.googlecode.com/files/plowshare4-snapshot-git20131130.3c63b19.tar.gz' + version '4.GIT-3c63b19' + sha1 '806076746394d06f118aef98fbc1c8bbd3585269' head 'https://code.google.com/p/plowshare/', :using => :git |
