Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[depends] bump jsoncpp to 1.8.3 #54

Merged
merged 1 commit into from Nov 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion depends/common/jsoncpp/CMakeLists.txt
@@ -1,7 +1,10 @@
project(jsoncpp)

cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.1)
enable_language(CXX)
SET(CMAKE_CXX_STANDARD 11)
SET(CMAKE_CXX_STANDARD_REQUIRED ON)
SET(CMAKE_CXX_EXTENSIONS OFF)

set(SOURCES src/lib_json/json_reader.cpp
src/lib_json/json_value.cpp
Expand Down
2 changes: 1 addition & 1 deletion depends/common/jsoncpp/jsoncpp.txt
@@ -1 +1 @@
jsoncpp https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.tar.gz
jsoncpp http://mirrors.kodi.tv/build-deps/sources/jsoncpp-1.8.3.tar.gz
2 changes: 1 addition & 1 deletion pvr.pctv/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.pctv"
version="2.2.2"
version="2.2.3"
name="PCTV Systems Client"
provider-name="PCTV Systems">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.pctv/changelog.txt
@@ -1,3 +1,6 @@
2.2.3
- Bump jsoncpp to version 1.8.3

2.2.2
- Remove StdString usage

Expand Down