From 9e5851e41ecb6510ddc8fdcbb516c65ac0935c64 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:00:19 +0800 Subject: [PATCH] [flint] update to 2.9.0 (#34143) --- ports/flint/portfile.cmake | 8 +++----- ports/flint/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/f-/flint.json | 5 +++++ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ports/flint/portfile.cmake b/ports/flint/portfile.cmake index f43f78e0ab..90bc023351 100644 --- a/ports/flint/portfile.cmake +++ b/ports/flint/portfile.cmake @@ -1,10 +1,8 @@ -set(FLINT_VERSION 2.8.0) -set(FLINT_HASH "916285d13a55d12a041236195a9d7bbc5c1c3c30c3aa2f169efee6063b800d34f96ad3235f1c77285b04305ce685e5890169c984108d50d0c9ee7a77c3f6e73d") vcpkg_download_distfile(ARCHIVE - URLS "http://www.flintlib.org/flint-${FLINT_VERSION}.zip" - FILENAME "flint-${FLINT_VERSION}.zip" - SHA512 ${FLINT_HASH} + URLS "http://www.flintlib.org/flint-${VERSION}.zip" + FILENAME "flint-${VERSION}.zip" + SHA512 3dd9a4e79e08ab6bc434a786c8d4398eba6cb04e57bcb8d01677f4912cddf20ed3a971160a3e2d533d9a07b728678b0733cc8315bcb39a3f13475b6efa240062 ) vcpkg_find_acquire_program(PYTHON3) diff --git a/ports/flint/vcpkg.json b/ports/flint/vcpkg.json index 82fd2fb520..bdf8ed6fa2 100644 --- a/ports/flint/vcpkg.json +++ b/ports/flint/vcpkg.json @@ -1,7 +1,6 @@ { "name": "flint", - "version-semver": "2.8.0", - "port-version": 2, + "version-semver": "2.9.0", "description": "Fast Library for Number Theory", "homepage": "https://www.flintlib.org/", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index 9b2ddd8169..79889c6fab 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2601,8 +2601,8 @@ "port-version": 0 }, "flint": { - "baseline": "2.8.0", - "port-version": 2 + "baseline": "2.9.0", + "port-version": 0 }, "fltk": { "baseline": "1.3.8", diff --git a/versions/f-/flint.json b/versions/f-/flint.json index 315b3b2209..8653d031e3 100644 --- a/versions/f-/flint.json +++ b/versions/f-/flint.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "282413c373b7f2f2d2d38783fc9c9d8c4492de16", + "version-semver": "2.9.0", + "port-version": 0 + }, { "git-tree": "76d3f8bbb7b1b87a907a338070bfd83938c66986", "version-semver": "2.8.0",