From 90184869f3204b11b827070969d6690d7a8f9e4e Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 19 Dec 2019 15:19:48 +0100 Subject: [PATCH] Require mastodon-cpp-0.111.3. --- .drone.yml | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ffe7c10..920b304 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - name: download image: plugins/download settings: - source: https://schlomp.space/tastytea/mastodon-cpp/releases/download/0.111.2/libmastodon-cpp_0.111.2-0_amd64.deb + source: https://schlomp.space/tastytea/mastodon-cpp/releases/download/0.111.3/libmastodon-cpp_0.111.3-0_amd64.deb destination: mastodon-cpp.deb - name: gcc8 diff --git a/README.adoc b/README.adoc index eb03ff0..405a45d 100644 --- a/README.adoc +++ b/README.adoc @@ -23,7 +23,7 @@ Each `` in feeds must have ``, `` and `<description>`. * C++ compiler (tested: link:{uri-gcc}[gcc] 5 / 8) * link:{uri-cmake}[cmake] (tested: 3.14 / 3.9) * link:{uri-boost}[boost] (tested: 1.71 / 1.62) -* link:{uri-mastodon-cpp}[mastodon-cpp] (at least: 0.111.2) +* link:{uri-mastodon-cpp}[mastodon-cpp] (at least: 0.111.3) * link:{uri-jsoncpp}[jsoncpp] (tested: 1.9 / 1.7) === Get sourcecode