aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index baa1e2a..e98c934 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -122,6 +122,11 @@ SBOLINT=no git commit -m'Message here'
cd <package-name> && sbofixinfo
# 2. Download sources and verify checksums
+# NOTE: when updating to a new version, sbodl will download the source but fail
+# because the .info file still has the old (or placeholder) MD5SUM. In that case:
+# a) compute the checksum manually: md5sum <source-file>
+# b) update MD5SUM in the .info file
+# c) run sbodl again — it should now report "md5sum matches OK"
cd <package-name> && sbodl
# 3. Lint the script and metadata