aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-04-13 20:00:52 +0100
committerXu Cheng2015-04-20 19:07:28 +0800
commite02565467a147018315d7bb41e81f77622d37343 (patch)
treea8f4b13c3b5b676109c485279874ab917a6f4c61 /Library
parentd41da84989ca2ad557b30ad68ce3149af5eaa340 (diff)
downloadhomebrew-e02565467a147018315d7bb41e81f77622d37343.tar.bz2
luarocks 2.2.1
Closes #38340 `keg_only` in regards to: https://github.com/Homebrew/homebrew/pull/37842#issuecomment-90616369 Closes #38620. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/luarocks.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/luarocks.rb b/Library/Formula/luarocks.rb
index 46ff76397..004025ba2 100644
--- a/Library/Formula/luarocks.rb
+++ b/Library/Formula/luarocks.rb
@@ -1,10 +1,7 @@
-require "formula"
-
class Luarocks < Formula
homepage "http://luarocks.org"
- url "http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
- sha1 "e2de00f070d66880f3766173019c53a23229193d"
- revision 1
+ url "http://luarocks.org/releases/luarocks-2.2.1.tar.gz"
+ sha256 "713f8a7e33f1e6dc77ba2eec849a80a95f24f82382e0abc4523c2b8d435f7c55"
bottle do
sha1 "0cebc71f659d0c4ad071ca92d58af25e2282440d" => :mavericks
@@ -16,6 +13,8 @@ class Luarocks < Formula
depends_on "lua"
+ keg_only "Luarocks is being merged into Lua formulae imminently & this eases transition."
+
fails_with :llvm do
cause "Lua itself compiles with llvm, but may fail when other software tries to link."
end