This package wraps two upstream binaries — smp-server (SMP messaging) and xftp-server (file transfer) — that ship together from a single repo and a single release. They are bumped together.
-
simplexmq (simplex-chat/simplexmq) — source of both
smp-serverandxftp-server. Latest release tag:gh release view -R simplex-chat/simplexmq --json tagName -q .tagNameCross-check that matching Docker images have been published:
curl -fsSL "https://hub.docker.com/v2/repositories/simplexchat/smp-server/tags?page_size=20&ordering=last_updated" | jq -r '.results[].name' curl -fsSL "https://hub.docker.com/v2/repositories/simplexchat/xftp-server/tags?page_size=20&ordering=last_updated" | jq -r '.results[].name'The current pins live in
startos/manifest/index.tsatimages.smp.source.dockerTagandimages.xftp.source.dockerTag. Compare thev<X.Y.Z>portion against the release tag.
In startos/manifest/index.ts, update both dockerTag values to the new release (keep them in lockstep):
images.smp.source.dockerTag→simplexchat/smp-server:v<new version>images.xftp.source.dockerTag→simplexchat/xftp-server:v<new version>