Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-24 04:44:45 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-24 05:38:50 +0300
commitafa6f2c07ef99c629254291c316729c6958eb6d7 (patch)
tree241e296ddb6720b613148aac3a637c5be677731b
parent0d42e13de25cbd03db00e07c4e7ffb3841926865 (diff)
Upgrade expat library and fetch from GitHub
-rw-r--r--packages/expat.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/expat.py b/packages/expat.py
index 57b52d6..6658da7 100644
--- a/packages/expat.py
+++ b/packages/expat.py
@@ -1 +1,2 @@
-SourceForgePackage('expat', 'expat', '2.0.1')
+Package('expat', '2.2.5', sources=[
+ 'https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2'])