mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
libraries/pugixml: Switch to https.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07e6384387
commit
f7caa71b45
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="pugixml"
|
PRGNAM="pugixml"
|
||||||
VERSION="1.8.1"
|
VERSION="1.8.1"
|
||||||
HOMEPAGE="http://pugixml.org/"
|
HOMEPAGE="https://pugixml.org/"
|
||||||
DOWNLOAD="http://github.com/zeux/pugixml/releases/download/v1.8.1/pugixml-1.8.1.tar.gz"
|
DOWNLOAD="https://github.com/zeux/pugixml/releases/download/v1.8.1/pugixml-1.8.1.tar.gz"
|
||||||
MD5SUM="57acb4b1a9022975fdad456135903bee"
|
MD5SUM="57acb4b1a9022975fdad456135903bee"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
|
@ -15,5 +15,5 @@ pugixml: and an XPath 1.0 implementation for complex data-driven tree queries.
|
||||||
pugixml: Full Unicode support is also available, with Unicode interface
|
pugixml: Full Unicode support is also available, with Unicode interface
|
||||||
pugixml: variants and conversions between different Unicode encodings.
|
pugixml: variants and conversions between different Unicode encodings.
|
||||||
pugixml:
|
pugixml:
|
||||||
pugixml: Project URL: http://pugixml.org/
|
pugixml: Project URL: https://pugixml.org/
|
||||||
pugixml:
|
pugixml:
|
||||||
|
|
Loading…
Reference in a new issue