aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNikolaus Wittenstein2015-04-21 11:27:31 -0400
committerXu Cheng2015-04-22 14:51:38 +0800
commit51e06cb9a728825198ee59a8fa5c23be9788f446 (patch)
tree83f800382f2098b82414c6d73353458e3f59fd87 /Library
parentceac07a6031fbac221fbe47b0a1c3e3bd0d830ed (diff)
downloadhomebrew-51e06cb9a728825198ee59a8fa5c23be9788f446.tar.bz2
fdupes: update homepage, url, and sha1
Closes #38900. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fdupes.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/fdupes.rb b/Library/Formula/fdupes.rb
index 80a26d909..a6c5cbf82 100644
--- a/Library/Formula/fdupes.rb
+++ b/Library/Formula/fdupes.rb
@@ -1,9 +1,9 @@
require 'formula'
class Fdupes < Formula
- homepage 'http://code.google.com/p/fdupes/'
- url 'https://fdupes.googlecode.com/files/fdupes-1.51.tar.gz'
- sha1 '8276b39026f57a2f9503d7af18efca0a7d42b8ec'
+ homepage 'https://github.com/adrianlopezroche/fdupes'
+ url 'https://github.com/adrianlopezroche/fdupes/archive/fdupes-1.51.tar.gz'
+ sha1 'ac713d3f84dc9d7929f8a4dc1f7d700ddef58d60'
def install
inreplace "Makefile", "gcc", "#{ENV.cc} #{ENV.cflags}"