From ac92a1c8cff75a46c1087110a00769d72ad31400 Mon Sep 17 00:00:00 2001 From: AMIR <31338382+amiremohamadi@users.noreply.github.com> Date: Tue, 22 Oct 2019 01:53:30 +0330 Subject: [duckx] update library to 1.0.0 (#8673) --- ports/duckx/CONTROL | 2 +- ports/duckx/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/duckx/CONTROL b/ports/duckx/CONTROL index 59dda99b7..ec0e6c356 100644 --- a/ports/duckx/CONTROL +++ b/ports/duckx/CONTROL @@ -1,4 +1,4 @@ Source: duckx -Version: 2019-08-06 +Version: 1.0.0 Homepage: https://github.com/amiremohamadi/DuckX Description: DuckX is a library for creation of Office docx files. diff --git a/ports/duckx/portfile.cmake b/ports/duckx/portfile.cmake index 66bcdff25..ae1b78b58 100644 --- a/ports/duckx/portfile.cmake +++ b/ports/duckx/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO amiremohamadi/DuckX - REF 98c946ad13559c03e9c7f2b050b9f70d5caf509e - SHA512 20e8970a1faff6e2ff5bc106bd038396d05ace3517ac83583712263870c4b007ebc407b5d69c482f7117ac155aa85f9928d5ee524f75897e8e12eb3659d16c15 + REF v1.0.0 + SHA512 21db28f5c62a5695363cb844ce0ca45057433dd622dad44278459dd0582c92a8ca98d8bf597955426636ad31776abdcfdbe51a7fbfe256cfa8adcb8a2fd9410d ) vcpkg_configure_cmake( -- cgit v1.2.3