mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 02:57:56 +08:00
[Imath] Update Imath to v3.1.9 (#31944)
* Update Imath to v3.1.9. * fix version database.
This commit is contained in:
parent
66010065fe
commit
34869a04eb
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO AcademySoftwareFoundation/Imath
|
||||
REF v3.1.5
|
||||
SHA512 8344e42c75d8e4bb21facb837535f0c9e4a9489d9edebcc25d5d3c6063535f2bf54e4517d8fca3fedada248457aa07c9bd77d6e843a9d115278fc154de2cdc9d
|
||||
REF v3.1.9
|
||||
SHA512 ad96b2ac306fc13c01e8ea3256f885499c3f545be327feaba0f5e093b70b544bcca6f8b353fa7e35107aae515c19caced44331a95d0414f367ead4691ec73564
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "imath",
|
||||
"version": "3.1.5",
|
||||
"version": "3.1.9",
|
||||
"description": "Imath is a C++ and Python library of 2D and 3D vector, matrix, and math operations for computer graphics.",
|
||||
"homepage": "https://github.com/AcademySoftwareFoundation/Imath",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -3341,7 +3341,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"imath": {
|
||||
"baseline": "3.1.5",
|
||||
"baseline": "3.1.9",
|
||||
"port-version": 0
|
||||
},
|
||||
"imgui": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1853273c56448fff5ec5e2c9133895922df682bd",
|
||||
"version": "3.1.9",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e72149f2fce9434300bbdd84562ad7a58aa4ac90",
|
||||
"version": "3.1.5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user