diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2023-07-18 11:38:50 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2023-07-18 11:40:21 +0000 |
commit | 57a6ad3984713bcdfd7cb4b67b177b0fecd525fd (patch) | |
tree | 6baaaff55e7ba50ac38ca9719ca2b11691e5e590 | |
parent | 6994cb542d35acb6516ebf800a0187d22ec4245d (diff) | |
download | ports-57a6ad3984713bcdfd7cb4b67b177b0fecd525fd.tar.gz ports-57a6ad3984713bcdfd7cb4b67b177b0fecd525fd.zip |
games/pysolfc: Update to 2.21.0
* Although it's a beta release it adds compatibility [1]
for Pillow 10.0.
Changelog:
https://github.com/shlomif/PySolFC/blob/pysolfc-2.21.0/NEWS.asciidoc
PR: 272523 [1]
Reported by: sven.a.jonsson@bahnhof.se [1]
MFH: No (beta release, Pillow >= 10 not present in 2023Q3)
-rw-r--r-- | games/pysolfc/Makefile | 2 | ||||
-rw-r--r-- | games/pysolfc/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index 02ffa2b7c2a8..cd70d0a8d5a7 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= pysolfc -DISTVERSION= 2.20.1 +DISTVERSION= 2.21.0 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PySolFC/${PYSOLFCDIR} \ SF/${PORTNAME}/PySolFC-Cardsets/minimal/:cardsets \ diff --git a/games/pysolfc/distinfo b/games/pysolfc/distinfo index 8117fff651a0..976c8cf4373a 100644 --- a/games/pysolfc/distinfo +++ b/games/pysolfc/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1683203208 -SHA256 (pysolfc/PySolFC-2.20.1.tar.xz) = bb3b90d16810020496e81b9f25fcf563c9fd8704922f24436908874ebca9466a -SIZE (pysolfc/PySolFC-2.20.1.tar.xz) = 9175764 +TIMESTAMP = 1689168520 +SHA256 (pysolfc/PySolFC-2.21.0.tar.xz) = 5ceae3a4cc609d1a53ad29e2e26fae6c59dedee9a7d2d6af07f0289a2daa383b +SIZE (pysolfc/PySolFC-2.21.0.tar.xz) = 20021468 SHA256 (pysolfc/PySolFC-Cardsets--Minimal-2.2.0.tar.xz) = 17e493dcbed080e22ca351ab907d01d6a9944aa7b7d86c20293b78c09c56a3e6 SIZE (pysolfc/PySolFC-Cardsets--Minimal-2.2.0.tar.xz) = 23145612 SHA256 (pysolfc/pysol-music-4.50.tar.xz) = 3cfade86db88c1d97589c50441808ee082e68256be788012503818c42728783d |