aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-27 19:35:41 +0100
committerMike McQuaid2013-09-27 19:35:41 +0100
commit378937ce3838b3f6f786ee0b8f79c058aa3aaa6b (patch)
tree9e2488a41d31b32d6a1a488ee9e8fdcf674f63f7 /Library/Formula
parent636c4fac8eb18981e3ef0034daa7483aae7a22aa (diff)
downloadhomebrew-378937ce3838b3f6f786ee0b8f79c058aa3aaa6b.tar.bz2
redo: fix SHA-1.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/redo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb
index 9afeb6476..ccf8fca2f 100644
--- a/Library/Formula/redo.rb
+++ b/Library/Formula/redo.rb
@@ -3,7 +3,7 @@ require 'formula'
class Redo < Formula
homepage 'https://github.com/apenwarr/redo'
url 'https://github.com/apenwarr/redo/archive/redo-0.11.tar.gz'
- sha1 '8b26d7c694b91a85d3f252e4ad85ca740ff0babd'
+ sha1 'f9f939e599047d9dc7fdadacc3308c6722f3a512'
resource 'docs' do
url 'https://github.com/apenwarr/redo.git', :branch => 'man'