Update RPM download section

This commit is contained in:
Martchus 2020-12-05 21:10:00 +01:00
parent 79038808ce
commit bdefea2e59
2 changed files with 6 additions and 4 deletions

View File

@ -15,7 +15,7 @@ set(META_USE_QQC2 ON)
set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager") set(META_ANDROID_PACKAGE_NAME "org.martchus.passwordmanager")
set(META_VERSION_MAJOR 4) set(META_VERSION_MAJOR 4)
set(META_VERSION_MINOR 1) set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 6) set(META_VERSION_PATCH 7)
# add project files # add project files
set(HEADER_FILES cli/cli.h model/entryfiltermodel.h model/entrymodel.h model/fieldmodel.h) set(HEADER_FILES cli/cli.h model/entryfiltermodel.h model/entrymodel.h model/fieldmodel.h)

View File

@ -48,9 +48,11 @@ See the release section on GitHub.
[the AUR](https://aur.archlinux.org/packages?SeB=m&K=Martchus) [the AUR](https://aur.archlinux.org/packages?SeB=m&K=Martchus)
* for a binary repository checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming) * for a binary repository checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming)
* Tumbleweed, Leap, Fedora * Tumbleweed, Leap, Fedora
* for RPM \*.spec files and binary repository checkout * RPM \*.spec files and binaries are available via openSUSE Build Service
[openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler) * latest releases: [download page](https://software.opensuse.org/download.html?project=home:mkittler&package=passwordmanager),
* there's also a [repo with builds of Git master](https://build.opensuse.org/project/show/home:mkittler:vcs) [project page](https://build.opensuse.org/project/show/home:mkittler)
* Git master: [download page](https://software.opensuse.org/download.html?project=home:mkittler:vcs&package=passwordmanager),
[project page](https://build.opensuse.org/project/show/home:mkittler:vcs)
* Other GNU/Linux systems * Other GNU/Linux systems
* [AppImage repository for releases on the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage/AppImage) * [AppImage repository for releases on the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage/AppImage)
* [AppImage repository for builds from Git master the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage:/vcs/AppImage/) * [AppImage repository for builds from Git master the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage:/vcs/AppImage/)