aboutsummaryrefslogtreecommitdiff
path: root/ports/magic-get/CONTROL
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-26 20:59:38 -0700
committerGitHub <noreply@github.com>2020-05-26 20:59:38 -0700
commitcb538ed22fabe3ef7b9847d6d2b6d85f0d185ec3 (patch)
treea7c22f2d587a7e97471b24309d31928ea6a2ccb1 /ports/magic-get/CONTROL
parenta5758c97d0481505436d43cd40af235098c8d481 (diff)
downloadvcpkg-cb538ed22fabe3ef7b9847d6d2b6d85f0d185ec3.tar.gz
vcpkg-cb538ed22fabe3ef7b9847d6d2b6d85f0d185ec3.zip
[magic-get] Fix improper direct reference to the "downloads" directory which fails when the downloads directory has been relocated. (#11581)
Diffstat (limited to 'ports/magic-get/CONTROL')
-rw-r--r--ports/magic-get/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/magic-get/CONTROL b/ports/magic-get/CONTROL
index c59f8b85c..c614761f5 100644
--- a/ports/magic-get/CONTROL
+++ b/ports/magic-get/CONTROL
@@ -1,4 +1,4 @@
Source: magic-get
-Version: 2019-09-02
+Version: 2019-09-02-1
Homepage: https://github.com/apolukhin/magic_get
-Description: This C++14 library is meant for accessing structure elements by index and providing other std::tuple like methods for user defined types without any macro or boilerplate code. \ No newline at end of file
+Description: This C++14 library is meant for accessing structure elements by index and providing other std::tuple like methods for user defined types without any macro or boilerplate code.