[libmodbus] Update library to 3.1.6 (#7834)

This commit is contained in:
Kai Nadler 2019-08-22 17:15:58 +02:00 committed by Curtis J Bezault
parent 94ef325828
commit 7cdb588983
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0)
project(libmodbus VERSION 3.1.4)
project(libmodbus VERSION 3.1.6)
set(LIBMODBUS_VERSION ${PROJECT_VERSION})
set(LIBMODBUS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

View File

@ -1,3 +1,3 @@
Source: libmodbus
Version: 3.1.4-3
Version: 3.1.6
Description: libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stephane/libmodbus
REF v3.1.4
SHA512 dc13b680a13ae2c952fe23cfe257a92a2be4823005b71b87e9520a3676df220b749d04c0825b1d1da02ac8b6995315e5cda2c8fd68e4672dd60e0b3fe739728b
REF v3.1.6
SHA512 9eaa395c75e1170e703e01f8c52c6e6e87efe4eaa22adfc3b51153fd5535d545aea35cf68e1aba29720a6c1dd13d9c60b6b08a5c8098dccd13ccfdc6944420a9
HEAD_REF master
)