aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
38 hoursTrack TyporaDanilo M.4-7/+31
Typora ships no git repo and no per-platform feed beyond its changelog: the Sparkle dev_update.xml carries the macOS dev channel and reports a different version, and /releases/all scrapes an unrelated number, so the stanza reads the version headings on /releases/linux. It is an Electron app unpacked under /opt, so it is neither a package, an AppImage nor a flatpak and none of the existing installed-version sources see it. Add an OPT_JSON map reading the version out of a JSON file, keyed by stanza name. Typora is currently its only entry; /opt was checked for others before adding a generic scanner. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
38 hoursAdd CLAUDE.mdDanilo M.1-0/+136
Document the parts that are not discoverable from a single file: the two alias maps and why they are separate per direction, the three installed version sources, and the verification commands (there is no test suite). Records the parsing traps that each produced silently wrong output, so they are not reintroduced: package filenames cannot be split by counting dashes, installed versions carry build metadata upstream lacks, and read with a tab IFS collapses empty fields. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
38 hoursInitial commit: unified nvchecker config and nvtableDanilo M.5-0/+1216
Merge a personal nvchecker config with the .extras/nvchecker.toml of three SlackBuild repositories into a single deduplicated config, and add nvtable, which joins nvchecker's upstream results against the version installed on this host and the version shipped by the packaging repo. The stanza name is the Slackware package name wherever a package exists, so results join directly against /var/log/packages and <pkg>/<pkg>.info; nvtable carries a small alias map for the cases that genuinely differ. Installed versions are resolved from /var/log/packages, the appimage-updater state file, and flatpak. Caught-up packages are recorded with nvtake under an flock, so old_ver tracks this system rather than only upstream history. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>