tinyxml: fix broken patch links

patch-tracker.debian.org seems to be down. Replaced broken patch links.

Closes Homebrew/homebrew#29362.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Erdi Aker 2014-05-17 19:52:45 +03:00 committed by Adam Vandenberg
parent 46ff359388
commit c4e8b3f78f

View file

@ -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