diff options
Diffstat (limited to 'Library/Formula/tinyxml.rb')
| -rw-r--r-- | Library/Formula/tinyxml.rb | 4 |
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 |
