diff options
author | tobik <tobik@FreeBSD.org> | 2017-08-27 01:53:11 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:26:01 +0800 |
commit | 332c3c8f1f8ea0d4c698bd99bb6f49645fcba24c (patch) | |
tree | 75d74a9cab6ac68bf3a54609908a3e9e01289d5d /lang/cython | |
parent | fcd05c68184aaff4b68298b2a302baa78faeae99 (diff) | |
download | freebsd-ports-gnome-332c3c8f1f8ea0d4c698bd99bb6f49645fcba24c.tar.gz freebsd-ports-gnome-332c3c8f1f8ea0d4c698bd99bb6f49645fcba24c.tar.zst freebsd-ports-gnome-332c3c8f1f8ea0d4c698bd99bb6f49645fcba24c.zip |
lang/cython: Update to 0.26
Changes: https://github.com/cython/cython/blob/0.26/CHANGES.rst
PR: 221824
Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 2 | ||||
-rw-r--r-- | lang/cython/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index c5cec1927350..95bafc0af125 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cython -PORTVERSION= 0.25.2 +PORTVERSION= 0.26 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/release/ \ CHEESESHOP diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 4d7872b2d954..1b94f1f4e766 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481283116 -SHA256 (Cython-0.25.2.tar.gz) = f141d1f9c27a07b5a93f7dc5339472067e2d7140d1c5a9e20112a5665ca60306 -SIZE (Cython-0.25.2.tar.gz) = 1703315 +TIMESTAMP = 1503735344 +SHA256 (Cython-0.26.tar.gz) = 4c24e2c22ddaed624d35229dc5db25049e9e225c6f64f3364326836cad8f2c66 +SIZE (Cython-0.26.tar.gz) = 1692039 |