mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[libdivide] update to 5.1 (#41022)
This commit is contained in:
parent
f4223cf405
commit
7ffe4524a8
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO ridiculousfish/libdivide
|
REPO ridiculousfish/libdivide
|
||||||
REF 5.0
|
REF "v${VERSION}"
|
||||||
SHA512 89581efab63a0668405196d4d8188e03f3b87027e9014ef7238e1d79fe369d8abbca0e44b00cf02b00be29c272feb34c9b9290313596adbef9b46ae0715c29dd
|
SHA512 1c94dabca83984ef8190ba91b328e5e994a9bc41b4f4b6800d7417db3312283576759ba3039741a4f045adab6f0391b82ba93523b802bb6a37bc3fd693a80e05
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
no-werror.patch
|
no-werror.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libdivide",
|
"name": "libdivide",
|
||||||
"version": "5.0",
|
"version": "5.1",
|
||||||
"port-version": 1,
|
|
||||||
"description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
|
"description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
|
||||||
"homepage": "https://github.com/ridiculousfish/libdivide",
|
"homepage": "https://github.com/ridiculousfish/libdivide",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -4409,8 +4409,8 @@
|
|||||||
"port-version": 11
|
"port-version": 11
|
||||||
},
|
},
|
||||||
"libdivide": {
|
"libdivide": {
|
||||||
"baseline": "5.0",
|
"baseline": "5.1",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libdjinterop": {
|
"libdjinterop": {
|
||||||
"baseline": "0.21.0",
|
"baseline": "0.21.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ad57bd243a7411f834cb0dafae9f2b4ffa76c0a3",
|
||||||
|
"version": "5.1",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "c646f5a84a408b48ecdad13220a2186fa4b4e692",
|
"git-tree": "c646f5a84a408b48ecdad13220a2186fa4b4e692",
|
||||||
"version": "5.0",
|
"version": "5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user