aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXiyue Deng2013-09-12 00:58:33 -0700
committerXiyue Deng2013-09-12 00:59:44 -0700
commit9d8f8994040846909eee5c2361f082af54b6814c (patch)
treefcbbd7c627fc266c649d2252618576e76d11a048 /Library/Formula
parente76ae4e896d12e3fde7fd0c06eafe846e9160ea2 (diff)
downloadhomebrew-9d8f8994040846909eee5c2361f082af54b6814c.tar.bz2
More resource fix.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/enchant.rb1
-rw-r--r--Library/Formula/sphinx.rb3
2 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/enchant.rb b/Library/Formula/enchant.rb
index 97987643a..a9c0d25d7 100644
--- a/Library/Formula/enchant.rb
+++ b/Library/Formula/enchant.rb
@@ -32,6 +32,7 @@ class Enchant < Formula
system python, 'setup.py', 'install', "--prefix=#{prefix}",
'--single-version-externally-managed',
'--record=installed.txt'
+ end
end
end
end
diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb
index ad7d1ddef..0990e4bad 100644
--- a/Library/Formula/sphinx.rb
+++ b/Library/Formula/sphinx.rb
@@ -21,7 +21,8 @@ class Sphinx < Formula
# http://snowball.tartarus.org/
resource 'stemmer' do
- head 'http://snowball.tartarus.org/dist/libstemmer_c.tgz'
+ url 'http://snowball.tartarus.org/dist/libstemmer_c.tgz'
+ sha1 '69056075b9fa1382e07cec6c32c8e82f3f35677b'
end
fails_with :llvm do