aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-base64
diff options
context:
space:
mode:
authorTosone <i@tosone.cn>2021-06-11 23:49:57 +0800
committerGitHub <noreply@github.com>2021-06-11 08:49:57 -0700
commit5aa747d72d5ddfbe6488b9da43d8874c9cb729a2 (patch)
treea2cb7ac4c26acdfbfa30535c47409c2c2b66a402 /ports/cpp-base64
parent0735d55f8abd7cce3c38c74884750e40dea6ebc4 (diff)
downloadvcpkg-5aa747d72d5ddfbe6488b9da43d8874c9cb729a2.tar.gz
vcpkg-5aa747d72d5ddfbe6488b9da43d8874c9cb729a2.zip
[cpp-base64] Upgrade to V2.rc.08 (#18278)
Diffstat (limited to 'ports/cpp-base64')
-rw-r--r--ports/cpp-base64/CONTROL4
-rw-r--r--ports/cpp-base64/portfile.cmake6
-rw-r--r--ports/cpp-base64/vcpkg.json6
3 files changed, 9 insertions, 7 deletions
diff --git a/ports/cpp-base64/CONTROL b/ports/cpp-base64/CONTROL
deleted file mode 100644
index bc24cedb6..000000000
--- a/ports/cpp-base64/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: cpp-base64
-Version: 2019-06-19
-Homepage: https://github.com/ReneNyffenegger/cpp-base64
-Description: Base64 encoding and decoding with c++. \ No newline at end of file
diff --git a/ports/cpp-base64/portfile.cmake b/ports/cpp-base64/portfile.cmake
index 376c1c36a..2e4defadc 100644
--- a/ports/cpp-base64/portfile.cmake
+++ b/ports/cpp-base64/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ReneNyffenegger/cpp-base64
- REF a8aae956a2f07df9aac25b064cf4cd92d56aac45 #Commits on Jun 19, 2019
- SHA512 cb8d8991b87bd70f6287fb2abe20cb2156a511fdccd42bb3fc441d81cccd55755a44579227d326585b8c7a514d9cfebda98a72801ea2a3019a935d52cb14fc90
+ REF V2.rc.08 # V2.rc.08
+ SHA512 8d115c3341bee31c3d83f5ad07d457a507f42d58bb5db8d9ead213494f7f25065eeeac06226f9cc34235c0360eb893e7bc66a95aa3bfbc9ea0d179f5a0b7af0a
HEAD_REF master
)
@@ -10,4 +10,4 @@ file(COPY ${SOURCE_PATH}/base64.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${
file(COPY ${SOURCE_PATH}/base64.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/ports/cpp-base64/vcpkg.json b/ports/cpp-base64/vcpkg.json
new file mode 100644
index 000000000..b0918e770
--- /dev/null
+++ b/ports/cpp-base64/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "cpp-base64",
+ "version-string": "V2.rc.08",
+ "description": "Base64 encoding and decoding with c++.",
+ "homepage": "https://github.com/ReneNyffenegger/cpp-base64/"
+}