Require mastodon-cpp-0.111.3.

This commit is contained in:
tastytea 2019-12-19 15:19:48 +01:00
parent 5495acbfa2
commit 90184869f3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@ Each `<item>` in feeds must have `<link>`, `<title>` 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