aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fatsort.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fatsort.rb b/Library/Formula/fatsort.rb
index 43356a28b..84493bb76 100644
--- a/Library/Formula/fatsort.rb
+++ b/Library/Formula/fatsort.rb
@@ -2,8 +2,8 @@ require 'formula'
class Fatsort < Formula
homepage 'http://fatsort.sourceforge.net/'
- url 'http://sourceforge.net/projects/fatsort/files/fatsort-1.0.1.314.tar.gz'
- sha1 'e05cef5ae6c1a795513a79e6960ead00d37038c2'
+ url 'http://sourceforge.net/projects/fatsort/files/fatsort-1.1.1.336.tar.gz'
+ sha1 '03a070603e7d48a98efd13166a2cc798141d0678'
def install
system "make", "CC=#{ENV.cc}"