aboutsummaryrefslogtreecommitdiff
path: root/ports/asynch
diff options
context:
space:
mode:
authorAlvin <52727318+AlvinZhangH@users.noreply.github.com>2019-09-29 17:30:06 +0800
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-09-29 02:30:06 -0700
commite81eceefa78c8e71ed1bd070a345037ab2306ea4 (patch)
treedfcb70c39ad3e0b41a542ce4a7eee61e83a6177c /ports/asynch
parent719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3 (diff)
downloadvcpkg-e81eceefa78c8e71ed1bd070a345037ab2306ea4.tar.gz
vcpkg-e81eceefa78c8e71ed1bd070a345037ab2306ea4.zip
[asynch,minimp3]Change copyright path and name. (#8371)
* [asynch,minimp3]Change copyright path and name. * [asynch,minimp3]Update version. * [winreg]Change copyright path and name,Update version.
Diffstat (limited to 'ports/asynch')
-rw-r--r--ports/asynch/CONTROL2
-rw-r--r--ports/asynch/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/asynch/CONTROL b/ports/asynch/CONTROL
index 66a7f23ee..2187be407 100644
--- a/ports/asynch/CONTROL
+++ b/ports/asynch/CONTROL
@@ -1,4 +1,4 @@
Source: asynch
-Version: 2019-09-21
+Version: 2019-09-21-1
Homepage: https://github.com/naasking/async.h
Description: Async.h - asynchronous, stackless subroutines. \ No newline at end of file
diff --git a/ports/asynch/portfile.cmake b/ports/asynch/portfile.cmake
index 10a349286..7625b9528 100644
--- a/ports/asynch/portfile.cmake
+++ b/ports/asynch/portfile.cmake
@@ -12,4 +12,4 @@ vcpkg_from_github(
file(COPY ${SOURCE_PATH}/async/async.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright) \ No newline at end of file
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file