aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Stoker2013-09-20 11:39:47 -0400
committerJack Nagel2013-09-20 13:48:24 -0500
commit5f0d2806aa8aed29b06d8f7d384431f7ee947ece (patch)
treeff175bc6f51f2547ec32da191d225301ae05a064 /Library/Formula
parent866d7088a1f2902d0b2a0806bfdcab66a7be67d1 (diff)
downloadhomebrew-5f0d2806aa8aed29b06d8f7d384431f7ee947ece.tar.bz2
luabind: update patch URL
Closes #22709. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/luabind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/luabind.rb b/Library/Formula/luabind.rb
index abfff5adf..aa97df51a 100644
--- a/Library/Formula/luabind.rb
+++ b/Library/Formula/luabind.rb
@@ -12,7 +12,7 @@ class Luabind < Formula
def patches
[
# patch Jamroot to perform lookup for shared objects with .dylib suffix
- "https://raw.github.com/gist/3728987/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff",
+ "https://gist.github.com/DennisOSRM/3728987/raw/052251fcdc23602770f6c543be9b3e12f0cac50a/Jamroot.diff",
# apply upstream commit to enable building with clang
"https://github.com/luabind/luabind/commit/3044a9053ac50977684a75c4af42b2bddb853fad.diff"
]