aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDimitri Krassovski2013-03-11 17:35:34 +0200
committerJack Nagel2013-03-11 12:51:33 -0500
commitbfd7b21699495591ada37fef3f9326439badf03a (patch)
tree050f63886c692f765dcb891b1edd25df48a0b4a0 /Library/Formula
parent4f462313b4b0c35507ff98c536ed6a51ce1acaf2 (diff)
downloadhomebrew-bfd7b21699495591ada37fef3f9326439badf03a.tar.bz2
rust: source patches from original mozilla repo
Closes #18400. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rust.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index c1d96e543..846e5912c 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -15,7 +15,8 @@ class Rust < Formula
def patches
[ "https://github.com/mozilla/rust/commit/9bf87bbf66227c132283ae59720f919601de9a56.patch",
"https://github.com/mozilla/rust/commit/37f97ff5041839aa42892115de954489f9eab5bc.patch",
- "https://github.com/labria/rust/commit/b4133cc1236197d0a3ce6f8664827f89277315fe.patch",
+ "https://github.com/mozilla/rust/commit/bb51a8442fb16d71faccac1abfa953d8b1e37cb7.patch",
+ "https://github.com/mozilla/rust/commit/2c46bf7e318f585947c2146ce42c249fba3bc326.patch",
"https://github.com/mozilla/rust/commit/3ee1d3ebb81de199fc630a86933ac18c0a869482.patch" ]
end