From 0010e32515b6089c74c2829c2e866afb197d2a6d Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 5 Dec 2020 21:28:22 +0100 Subject: [PATCH] Improve download section of README --- CMakeLists.txt | 2 +- README.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6a86f1..35cdab0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(META_APP_CATEGORIES "Utility;") set(META_GUI_OPTIONAL false) set(META_VERSION_MAJOR 0) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 15) +set(META_VERSION_PATCH 16) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(META_CXX_STANDARD 17) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/README.md b/README.md index 670add3..a250662 100644 --- a/README.md +++ b/README.md @@ -482,10 +482,13 @@ Add eg. `-j$(nproc)` to `make` arguments for using all cores. * Arch Linux * for PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) or [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) + * there is also a [binary repository](https://martchus.no-ip.biz/repo/arch/ownstuff) * Tumbleweed - * for RPM \*.spec files and binary repository checkout - [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler) + * RPM \*.spec files and binaries are available via openSUSE Build Service + * latest releases: [download page](https://software.opensuse.org/download.html?project=home:mkittler&package=reflective-rapidjson-devel), + [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=reflective-rapidjson-devel), + [project page](https://build.opensuse.org/project/show/home:mkittler:vcs) * Windows * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs)