[libdivide] update to 5.1 (#41022)

This commit is contained in:
Jia Yue Hua 2024-09-18 05:56:54 +08:00 committed by GitHub
parent f4223cf405
commit 7ffe4524a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ridiculousfish/libdivide
REF 5.0
SHA512 89581efab63a0668405196d4d8188e03f3b87027e9014ef7238e1d79fe369d8abbca0e44b00cf02b00be29c272feb34c9b9290313596adbef9b46ae0715c29dd
REF "v${VERSION}"
SHA512 1c94dabca83984ef8190ba91b328e5e994a9bc41b4f4b6800d7417db3312283576759ba3039741a4f045adab6f0391b82ba93523b802bb6a37bc3fd693a80e05
HEAD_REF master
PATCHES
no-werror.patch

View File

@ -1,7 +1,6 @@
{
"name": "libdivide",
"version": "5.0",
"port-version": 1,
"version": "5.1",
"description": "libdivide.h is a header-only C/C++ library for optimizing integer division.",
"homepage": "https://github.com/ridiculousfish/libdivide",
"dependencies": [

View File

@ -4409,8 +4409,8 @@
"port-version": 11
},
"libdivide": {
"baseline": "5.0",
"port-version": 1
"baseline": "5.1",
"port-version": 0
},
"libdjinterop": {
"baseline": "0.21.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ad57bd243a7411f834cb0dafae9f2b4ffa76c0a3",
"version": "5.1",
"port-version": 0
},
{
"git-tree": "c646f5a84a408b48ecdad13220a2186fa4b4e692",
"version": "5.0",