diff --git a/.drone.yml b/.drone.yml index f1c7fd5..641f140 100644 --- a/.drone.yml +++ b/.drone.yml @@ -94,10 +94,11 @@ pipeline: secrets: [ gitea_token ] title: ${DRONE_TAG} prerelease: true + commands: files: - - mastodon-cpp-${DRONE_TAG}.ebuild - - libmastodon-cpp_${DRONE_TAG}-0_amd64.deb - - libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm + - build/mastodon-cpp-${DRONE_TAG}.ebuild + - build/libmastodon-cpp_${DRONE_TAG}-0_amd64.deb + - build/libmastodon-cpp-${DRONE_TAG}-0.x86_64.rpm checksum: - sha256 - sha512 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c2be8c..6a4d498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (mastodon-cpp - VERSION 0.18.3 + VERSION 0.18.4 LANGUAGES CXX ) diff --git a/README.md b/README.md index 700d6d5..1c36141 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ To use the DEB package on stretch, you will need [libcurlpp0](https://packages.d ### Dependencies * Tested OS: Linux -* C++ compiler (tested: gcc 6.3 / 7.3) +* C++ compiler (tested: gcc 6/7/8) * [cmake](https://cmake.org/) (tested: 3.9 / 3.11) * [pkgconfig](https://pkgconfig.freedesktop.org/wiki/) (tested: 0.29) * [libcurl](https://curl.haxx.se/) (tested: 7.60 / 7.52)