Merge pull request #252 from ertugerata/master

curl and python update
This commit is contained in:
Ertuğrul Erata
2016-03-02 21:55:26 +02:00
2 changed files with 16 additions and 2 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>A utility for getting files from remote servers</Summary>
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
<Archive sha1sum="0f8112c50acf1c3896906643adb7f1aeb9b8b633" type="tarbz2">http://curl.haxx.se/download/curl-7.47.0.tar.bz2</Archive>
<Archive sha1sum="db57162affecaa320b462e35d2adbb37bf30bbe7" type="tarbz2">http://curl.haxx.se/download/curl-7.47.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="16">
<Date>2016-03-02</Date>
<Version>7.47.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="15">
<Date>2016-01-28</Date>
<Version>7.47.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>An interpreted, interactive, object-orientated programming language</Summary>
<Description>Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days.</Description>
<Archive sha1sum="3172f6e957713c2d9fca462cc16068222fd1b9d3" type="tarxz">http://www.python.org/ftp/python/2.7.9/Python-2.7.9.tar.xz</Archive>
<Archive sha1sum="c3b8bbe3f084c4d4ea13ffb03d75a5e22f9756ff" type="tarxz">http://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<!--<Dependency>tcl-devel</Dependency>-->
@@ -133,6 +133,13 @@
</Package>-->
<History>
<Update release="12">
<Date>2016-03-02</Date>
<Version>2.7.11</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="11">
<Date>2014-12-12</Date>
<Version>2.7.9</Version>