-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Package soupault.5.2.0 #28926
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
Package soupault.5.2.0 #28926
Conversation
| name: "soupault" | ||
| version: "5.2.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| name: "soupault" | |
| version: "5.2.0" |
To satisfy the linter:
- Warning in soupault.5.2.0: Unnecessary field 'version'. It is suggested to remove it.
- Warning in soupault.5.2.0: Unnecessary field 'name'. It is suggested to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
| src: | ||
| "https://github.com/PataphysicalSociety/soupault/archive/refs/tags/5.2.0.zip" | ||
| checksum: [ | ||
| "sha512=ad490894f052c0bedd1f2687afc0f042af377ed751002599b8d03a2335bd4ffe23db339c98cc78bb1406071f5c38b292afea8624f9390a96d5582d877c482fbb" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The checksum is off:
https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/4099d6357f1aa2db163f020f8475527b70655839/variant/(lint)
Linting opam-repository at /tmp/git-checkout21957e4e/. ...
https://github.com/PataphysicalSociety/soupault/archive/refs/tags/5.2.0.zip (Bad checksum, expected sha512=ad490894f052c0bedd1f2687afc0f042af377ed751002599b8d03a2335bd4ffe23db339c98cc78bb1406071f5c38b292afea8624f9390a96d5582d877c482fbb)
Error in soupault.5.2.0: error 60: Upstream check failed: "The archive doesn't match checksum:
- archive: sha512=9cdd7b785272f5e41f6b93e9a97506d39ca53032c70c9afc63cca14861959a5a68f491dd2c88353b62eb5326e8d69d95ab501228eff463114fbe4301fa3fcfef, in opam file: sha512=ad490894f052c0bedd1f2687afc0f042af377ed751002599b8d03a2335bd4ffe23db339c98cc78bb1406071f5c38b292afea8624f9390a96d5582d877c482fbb
."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, a mis-paste... the checksum is to the .tar.gz file but the URL was for .zip. It's fixed now.
4099d63 to
8e2f523
Compare
jmid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
5.2.0 (2025-11-19)
New features
New Lua API functions
Sys.strip_extension(str)for stripping only the last extensionfrom a file name.
Bug fixes
pages generated by index processors
(GitHub issue Add sawja (fix since tuong added it in the same time) and do some fixes in javalib #85, discovery by Yiming Xiang).
for plugins that are missing file/lua_source options.