From d5852ee82d3b7f5c5dfa832aeb2ee2f3027f62c0 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:05:33 +0800 Subject: [PATCH] [discount] update to 3.0.0d (#41160) --- ports/discount/portfile.cmake | 2 +- ports/discount/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/d-/discount.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/discount/portfile.cmake b/ports/discount/portfile.cmake index 3eb6423a48..2cf70ff2c7 100644 --- a/ports/discount/portfile.cmake +++ b/ports/discount/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Orc/discount REF "v${VERSION}" - SHA512 d86bfc6d3e11131622046418a1f54bd9dfa5f1233e510189cd2c89dc857da31e88ffbe6670cc506ca8b9763e8fb74ed215f1018f83e25767c77acb8a7c296b8a + SHA512 ab24722bb8513f64eed59bb2770276b91615033b494a0492a331f36c5fcd2e32b7a9f3bd7ef0bb74c107f1e0e955522c83ddba6c482fca7f18cf275334707c4d HEAD_REF master PATCHES generate-blocktags-command.patch diff --git a/ports/discount/vcpkg.json b/ports/discount/vcpkg.json index 08441ab834..d11f44d7ed 100644 --- a/ports/discount/vcpkg.json +++ b/ports/discount/vcpkg.json @@ -1,6 +1,6 @@ { "name": "discount", - "version-string": "3.0.0a", + "version-string": "3.0.0d", "description": "DISCOUNT is a implementation of John Gruber & Aaron Swartz's Markdown markup language.", "homepage": "https://github.com/Orc/discount", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 7ded9017f4..0801c04c78 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2333,7 +2333,7 @@ "port-version": 0 }, "discount": { - "baseline": "3.0.0a", + "baseline": "3.0.0d", "port-version": 0 }, "discreture": { diff --git a/versions/d-/discount.json b/versions/d-/discount.json index af395e6826..513bcbb23d 100644 --- a/versions/d-/discount.json +++ b/versions/d-/discount.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2535603f8d96c4d723dc1a90425e6e4004a40115", + "version-string": "3.0.0d", + "port-version": 0 + }, { "git-tree": "0964d0b7e61494ef8a5c81def6fe5070b3d60d4f", "version-string": "3.0.0a",