mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[libtommath] update to 1.3.0 (#41148)
This commit is contained in:
parent
f176b58f35
commit
7efb9a3ca5
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libtom/libtommath
|
REPO libtom/libtommath
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 8da4a935913e8a44a24ba7d8c2bc4926398bdc9aea0cd4975418771979c2b7667c2ee04e8a7e38f04cc87abe5bb369fcbf9167ab662ad747602fc840cb3788e6
|
SHA512 3dbd7053a670afa563a069a9785f1aa4cab14a210bcd05d8fc7db25bd3dcce36b10a3f4f54ca92d75a694f891226f01bdf6ac15bacafeb93a8be6b04c579beb3
|
||||||
HEAD_REF develop
|
HEAD_REF develop
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libtommath",
|
"name": "libtommath",
|
||||||
"version": "1.2.1",
|
"version": "1.3.0",
|
||||||
"description": "LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.",
|
"description": "LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.",
|
||||||
"homepage": "https://www.libtom.net/LibTomMath/"
|
"homepage": "https://www.libtom.net/LibTomMath/"
|
||||||
}
|
}
|
||||||
|
@ -5165,7 +5165,7 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libtommath": {
|
"libtommath": {
|
||||||
"baseline": "1.2.1",
|
"baseline": "1.3.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libtorch": {
|
"libtorch": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "2fd65dd0d956f575d8333a0b35ef08c3bc9bcbcd",
|
||||||
|
"version": "1.3.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cc02d14942e13f536bc7d8d08d9af160f8bbd387",
|
"git-tree": "cc02d14942e13f536bc7d8d08d9af160f8bbd387",
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user