aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyxml.rb
diff options
context:
space:
mode:
authorErdi Aker2014-05-17 19:52:45 +0300
committerAdam Vandenberg2014-05-18 08:48:37 -0700
commitd95ae0abb9795767a3d87a55a516cddc9e1b0e97 (patch)
treee2fc8a37079a924c48cd161678c397999a9b402f /Library/Formula/tinyxml.rb
parent7c7ae22201dd5a195c6cfa4de9f575f6b43393d3 (diff)
downloadhomebrew-d95ae0abb9795767a3d87a55a516cddc9e1b0e97.tar.bz2
tinyxml: fix broken patch links
patch-tracker.debian.org seems to be down. Replaced broken patch links. Closes #29362. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/tinyxml.rb')
-rw-r--r--Library/Formula/tinyxml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tinyxml.rb b/Library/Formula/tinyxml.rb
index da8a0d695..d8eef32cd 100644
--- a/Library/Formula/tinyxml.rb
+++ b/Library/Formula/tinyxml.rb
@@ -16,12 +16,12 @@ class Tinyxml < Formula
# The third patch adds a CMakeLists.txt file to build a shared library and provide an install target
# submitted upstream as https://sourceforge.net/p/tinyxml/patches/66/
patch do
- url "http://patch-tracker.debian.org/patch/series/dl/tinyxml/2.6.2-2/enforce-use-stl.patch"
+ url "https://raw.githubusercontent.com/robotology/yarp/master/extern/tinyxml/patches/enforce-use-stl.patch"
sha1 "a1e243c0fb2fe3ba0f1138861d781284409116e2"
end
patch do
- url "http://patch-tracker.debian.org/patch/series/dl/tinyxml/2.6.2-2/entity-encoding.patch"
+ url "https://raw.githubusercontent.com/robotology/yarp/master/extern/tinyxml/patches/entity-encoding.patch"
sha1 "a64b7ace370419d36d95452befd82935ef8b0221"
end