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:
parent
46ff359388
commit
c4e8b3f78f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue