diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-09-01 08:53:17 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-09-01 08:53:44 +1000 |
commit | c86771bfd15504ec08d4f36300e1778e3db611db (patch) | |
tree | 44b35d535a932e95113e7631f0fd33326f9f9d6f /cython | |
parent | e21e53f57e98528a8392e96562abf8f1bfabb7cf (diff) | |
download | contrib-c86771bfd15504ec08d4f36300e1778e3db611db.tar.gz contrib-c86771bfd15504ec08d4f36300e1778e3db611db.tar.xz |
cython: 0.21.2 -> 0.24.1
Diffstat (limited to 'cython')
-rw-r--r-- | cython/.md5sum | 2 | ||||
-rw-r--r-- | cython/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cython/.md5sum b/cython/.md5sum index 3d4d40a4e..25091deb8 100644 --- a/cython/.md5sum +++ b/cython/.md5sum @@ -1 +1 @@ -d21adb870c75680dc857cd05d41046a4 Cython-0.21.2.tar.gz +890b494a12951f1d6228c416a5789554 Cython-0.24.1.tar.gz diff --git a/cython/Pkgfile b/cython/Pkgfile index 15025645f..cb0213a3f 100644 --- a/cython/Pkgfile +++ b/cython/Pkgfile @@ -5,9 +5,9 @@ # Depends on: setuptools name=cython -version=0.21.2 +version=0.24.1 release=1 -source=(http://www.cython.org/release/Cython-$version.tar.gz) +source=(https://pypi.python.org/packages/c6/fe/97319581905de40f1be7015a0ea1bd336a756f6249914b148a17eefa75dc/Cython-$version.tar.gz) build() { cd Cython-$version |