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