Updated dependencies, version bump
the build was successful Details

This commit is contained in:
tastytea 2018-08-14 17:11:16 +02:00
parent e885bd5ae6
commit cdb538fa45
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 6 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (mastodon-cpp
VERSION 0.18.3
VERSION 0.18.4
LANGUAGES CXX
)

View File

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