diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-17 20:50:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-17 20:50:32 +0000 |
commit | a7344f2c08ba7de87b934e58cb75449516643d74 (patch) | |
tree | 37e8d2c08fc9fc6fada4605d0c4a25f52354d3bc | |
parent | fc58027f50c49b453fa9f4ed6ecbf06cc4de5a97 (diff) |
lang/cython3: Update to 3.0.12
Changes: https://github.com/cython/cython/releases
https://github.com/cython/cython/blob/master/CHANGES.rst
-rw-r--r-- | lang/cython3/Makefile | 2 | ||||
-rw-r--r-- | lang/cython3/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile index 0b3294e2544f..2d99c92d3407 100644 --- a/lang/cython3/Makefile +++ b/lang/cython3/Makefile @@ -1,5 +1,5 @@ PORTNAME= cython -PORTVERSION= 3.0.11 +PORTVERSION= 3.0.12 CATEGORIES= lang python MASTER_SITES= PYPI \ https://github.com/cython/cython/releases/download/${PORTVERSION}/ diff --git a/lang/cython3/distinfo b/lang/cython3/distinfo index 723af291b100..37473f7bf674 100644 --- a/lang/cython3/distinfo +++ b/lang/cython3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723201029 -SHA256 (cython-3.0.11.tar.gz) = 7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff -SIZE (cython-3.0.11.tar.gz) = 2755544 +TIMESTAMP = 1739663345 +SHA256 (cython-3.0.12.tar.gz) = b988bb297ce76c671e28c97d017b95411010f7c77fa6623dd0bb47eed1aee1bc +SIZE (cython-3.0.12.tar.gz) = 2757617 |