Hi all, What is the idiomatic way to package a specific revision of an external package or rather update an existing external package to a specific revision? For context, I am working on a PR to bump Singular to commit 0a4bc0e <https://github.com/Singular/Singular/commit/0a4bc0e2888e660d1a5229a7b4842539a46c912a> in order to fix #39801 <https://github.com/sagemath/sage/issues/39801>. I have rebuilt sage against the specified Singular revision and verified the issue is fixed, but I am not sure how to go about updating the spkg directory for Singular. Should I make upstream_url in checksum.ini point to the source tarball (autogenerated by GitHub) at the specified commit? I made this work locally by running autogen.sh before sdh_configure in spkg-install.in but don't know if this is the right thing to do. Any guidance or pointers would be greatly appreciated.
Sincerely, Tony -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/1e0287e3-a914-461b-83a1-f52b67e3032cn%40googlegroups.com.