diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 23:23:09 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-05-27 23:43:50 +0000 |
commit | 27cc2059b4b6f3f68ef89ed20f1bc52863a211e1 (patch) | |
tree | 25b60560601cf285f29e6f74997327f2fa8d09c3 /math | |
parent | dd3358707792f10a61f1f22ca1d6724e41556130 (diff) | |
download | ports-27cc2059b4b6f3f68ef89ed20f1bc52863a211e1.tar.gz ports-27cc2059b4b6f3f68ef89ed20f1bc52863a211e1.zip |
math/pecl-bitset: Update to 3.1.0
- Update WWW
Changes: https://pecl.php.net/package-changelog.php?package=Bitset
Diffstat (limited to 'math')
-rw-r--r-- | math/pecl-bitset/Makefile | 5 | ||||
-rw-r--r-- | math/pecl-bitset/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index b009ee3a4672..1f658713ef29 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -1,10 +1,11 @@ PORTNAME= bitset -PORTVERSION= 3.0.1 +PORTVERSION= 3.1.0 CATEGORIES= math MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL extension for manipulating bitsets -WWW= https://pecl.php.net/package/Bitset +WWW= https://pecl.php.net/package/Bitset \ + https://github.com/php/pecl-numbers-bitset LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/math/pecl-bitset/distinfo b/math/pecl-bitset/distinfo index b927c3fcdd25..f62081cd5f7d 100644 --- a/math/pecl-bitset/distinfo +++ b/math/pecl-bitset/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507363035 -SHA256 (PECL/bitset-3.0.1.tgz) = e03e14b0412f3978e80fe30521775a2d03d7c72bdbf71c6a32e8ba3207f1c836 -SIZE (PECL/bitset-3.0.1.tgz) = 13020 +TIMESTAMP = 1685162092 +SHA256 (PECL/bitset-3.1.0.tgz) = 037a46117261514c78a681f57b5a984f64bbcb5ea7ed33f3b808e1d96f0c3077 +SIZE (PECL/bitset-3.1.0.tgz) = 14375 |