Skip to content

jc: update to 1.25.5 #28394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions sysutils/jc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name jc
version 1.25.4
version 1.25.5
revision 0

homepage https://pypi.org/project/jc
Expand All @@ -23,9 +23,9 @@ maintainers {gmail.com:herby.gillot @herbygillot} \
supported_archs noarch
platforms {darwin any}

checksums rmd160 d909270f559f5e07c6820022463f86de561a78e7 \
sha256 a32eaf029c56b582dadae48895f20784d0f84f2fa28a8e2b32f377a8bffa8b39 \
size 587475
checksums rmd160 fdfd300c3a93da9fe3d05790d03b601c8b786efd \
sha256 f8ac0e4bc427b0ee8a3bdb07a254cc9df6b6036cd440f6c425e2e519cdbda78a \
size 594042

python.default_version 312

Expand Down