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:
authorAlexis Christoforides <alexis@thenull.net>2017-11-28 20:26:37 +0300
committerGitHub <noreply@github.com>2017-11-28 20:26:37 +0300
commit694c7ecabf8b352685896903162f6f0da77074a6 (patch)
tree241e296ddb6720b613148aac3a637c5be677731b
parent0d42e13de25cbd03db00e07c4e7ffb3841926865 (diff)
parentafa6f2c07ef99c629254291c316729c6958eb6d7 (diff)
Merge pull request #52 from mono/upgrade-expat
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'])