docs: unify GUI package version to 5.0.0 in README download tables
Some checks failed
cross-platform.yml / docs: unify GUI package version to 5.0.0 in README download tables (push) Failing after 0s
CI / cross-aarch64 (push) Has been cancelled
CI / build-and-test (clang) (push) Has been cancelled
CI / build-and-test (gcc) (push) Has been cancelled
CI / strict-warnings (clang, -Wall -Wextra -Wpedantic -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -O2 -std=c11 -Werror) (push) Has been cancelled
CI / strict-warnings (gcc, -Wall -Wextra -Wpedantic -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wnull-dereference -Wformat-security -Wlogical-op -Wjump-misses-init -Wdouble-promotion -O2 -std=c11 -Werror) (push) Has been cancelled
CI / sanitizers (push) Has been cancelled
CI / pie-hardening (push) Has been cancelled
CI / dist-reproducibility (push) Has been cancelled
CI / packaging-syntax (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
Cristian Cezar Moisés 2026-07-10 17:26:18 -03:00
commit 0e92156055

View file

@ -49,7 +49,7 @@ License: AGPL-3.0-or-later (dual-licensed AGPL + commercial).
> such archives with 5.0.0 and verify extraction before deleting source > such archives with 5.0.0 and verify extraction before deleting source
> data. Details in [CHANGELOG.md](CHANGELOG.md). > data. Details in [CHANGELOG.md](CHANGELOG.md).
Binaries for the CLI (5.0.0) and GUI (1.3.0) are on the Binaries for the CLI (5.0.0) and GUI (5.0.0) are on the
[release page](https://git.securityops.co/cristiancmoises/vaptvupt/releases/tag/v5.0.0). [release page](https://git.securityops.co/cristiancmoises/vaptvupt/releases/tag/v5.0.0).
--- ---
@ -138,14 +138,14 @@ and verifiable against the published `SHA256SUMS.txt`.
| Source tarball | `vaptvupt-5.0.0.tar.gz` | Build from source on any platform | | Source tarball | `vaptvupt-5.0.0.tar.gz` | Build from source on any platform |
| openSUSE OBS | `vaptvupt-5.0.0-opensuse-obs.tar.gz` | Open Build Service source bundle | | openSUSE OBS | `vaptvupt-5.0.0-opensuse-obs.tar.gz` | Open Build Service source bundle |
**Graphical front-end (`vaptvupt-gui` 1.3.0):** **Graphical front-end (`vaptvupt-gui` 5.0.0):**
| Format | File | Distros | | Format | File | Distros |
|---|---|---| |---|---|---|
| Debian/Ubuntu | `vaptvupt-gui_1.3.0_all.deb` | Debian 11+, Ubuntu 22.04+, Mint 21+ | | Debian/Ubuntu | `vaptvupt-gui_5.0.0_all.deb` | Debian 11+, Ubuntu 22.04+, Mint 21+ |
| RPM | `vaptvupt-gui-1.3.0-1.noarch.rpm` | RPM-based distributions | | RPM | `vaptvupt-gui-5.0.0-1.noarch.rpm` | RPM-based distributions |
| AppImage | `VaptVupt-GUI-1.3.0-x86_64.AppImage` | Any glibc 2.28+ (single-file, no install) | | AppImage | `VaptVupt-GUI-5.0.0-x86_64.AppImage` | Any glibc 2.28+ (single-file, no install) |
| AppDir tarball | `VaptVupt-GUI-1.3.0-x86_64.AppDir.tar.gz` | Any glibc 2.28+ (extract & run) | | AppDir tarball | `VaptVupt-GUI-5.0.0-x86_64.AppDir.tar.gz` | Any glibc 2.28+ (extract & run) |
**Windows / macOS / BSD:** **Windows / macOS / BSD:**
@ -179,8 +179,8 @@ tar xzf vaptvupt-5.0.0-x86_64.AppDir.tar.gz
./vaptvupt-5.0.0-x86_64.AppDir/AppRun --help ./vaptvupt-5.0.0-x86_64.AppDir/AppRun --help
# GUI AppImage (single executable) # GUI AppImage (single executable)
chmod +x VaptVupt-GUI-1.3.0-x86_64.AppImage chmod +x VaptVupt-GUI-5.0.0-x86_64.AppImage
./VaptVupt-GUI-1.3.0-x86_64.AppImage ./VaptVupt-GUI-5.0.0-x86_64.AppImage
``` ```
### Building from SRPM (Fedora / RHEL / RPM-based distributions) ### Building from SRPM (Fedora / RHEL / RPM-based distributions)