diff --git a/.drone.yml b/.drone.yml index ae3dc14..bc51bc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: download: image: plugins/download pull: true - source: https://schlomp.space/attachments/0786d52d-7deb-4e83-83c5-7a1b8ff5b985 + source: https://schlomp.space/attachments/8cd1fb5b-716a-4143-8173-53ffbef623e3 destination: identiconpp.deb gcc5: diff --git a/README.md b/README.md index dc9466d..2f4ba9c 100644 --- a/README.md +++ b/README.md @@ -143,10 +143,11 @@ Up to and including 0.6.2, the packages were generated on Ubuntu 16.04 64 bit. * [crypto++](https://cryptopp.com) (tested: 7.0 / 5.6) * [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) -* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.1.2) +* [identiconpp](https://schlomp.space/tastytea/identiconpp) (at least: 0.2.0) On a Debian system, install the packages: `build-essential cmake libcrypto++-dev -libmagick++-dev libxdg-basedir-dev`. +libmagick++-dev libxdg-basedir-dev` and +[identiconpp](https://schlomp.space/tastytea/identiconpp). #### Compile diff --git a/src/libravatarserv.cpp b/src/libravatarserv.cpp index ffed0d2..332b017 100644 --- a/src/libravatarserv.cpp +++ b/src/libravatarserv.cpp @@ -105,7 +105,7 @@ int main() { try { - Identiconpp identicon(4, 4, Identiconpp::identicon_type::simple, + Identiconpp identicon(4, 4, Identiconpp::algorithm::sigil, "ffffffff", { // The 16 named colors specified in HTML 4.01 // minus white, silver and gray.