[libdivide] bump up to 4.0.0 (#17916)

This commit is contained in:
Jeong YunWon 2021-05-18 16:49:50 +09:00 committed by GitHub
parent f0140870b9
commit 2f56fd8c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Source: libdivide
Version: 3.0
Version: 4.0.0
Homepage: https://github.com/ridiculousfish/libdivide
Description: libdivide.h is a header-only C/C++ library for optimizing integer division.

View File

@ -1,12 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ridiculousfish/libdivide
REF v3.0
SHA512 fae17a4125c3b17aeb37283d7bba9fea2e4d3b208861d6ed81a6cdcf5dbf3286cf676cedba99c73a16115cf8bf9dcbd2cf6a48ca52fb85d4b0b24024e53d055e
REF v4.0.0
SHA512 662b8f479c3f822563d4f1c85c77c204f47e992391cd5ca3376d6e19e4d2132c28ad59b8e3179edd706fceeabf0d1bc7be5e713eeb669523952155a2d7770326
HEAD_REF master
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
test BUILD_TESTS
)

View File

@ -3045,7 +3045,7 @@
"port-version": 0
},
"libdivide": {
"baseline": "3.0",
"baseline": "4.0.0",
"port-version": 0
},
"libdjinterop": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "df4f2fc30723e55ff1c7e1709b1c1e3d0156e310",
"version-string": "4.0.0",
"port-version": 0
},
{
"git-tree": "53fa48bfa91645b304275940d4dee97249ecb715",
"version-string": "3.0",