diff options
| author | Tosone <i@tosone.cn> | 2021-06-11 23:49:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 08:49:57 -0700 |
| commit | 5aa747d72d5ddfbe6488b9da43d8874c9cb729a2 (patch) | |
| tree | a2cb7ac4c26acdfbfa30535c47409c2c2b66a402 | |
| parent | 0735d55f8abd7cce3c38c74884750e40dea6ebc4 (diff) | |
| download | vcpkg-5aa747d72d5ddfbe6488b9da43d8874c9cb729a2.tar.gz vcpkg-5aa747d72d5ddfbe6488b9da43d8874c9cb729a2.zip | |
[cpp-base64] Upgrade to V2.rc.08 (#18278)
| -rw-r--r-- | ports/cpp-base64/CONTROL | 4 | ||||
| -rw-r--r-- | ports/cpp-base64/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/cpp-base64/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/c-/cpp-base64.json | 5 |
5 files changed, 15 insertions, 8 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/" +} diff --git a/versions/baseline.json b/versions/baseline.json index fdc3f0551..131a21da3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1385,7 +1385,7 @@ "port-version": 1 }, "cpp-base64": { - "baseline": "2019-06-19", + "baseline": "V2.rc.08", "port-version": 0 }, "cpp-httplib": { diff --git a/versions/c-/cpp-base64.json b/versions/c-/cpp-base64.json index 69592b17d..40832aed7 100644 --- a/versions/c-/cpp-base64.json +++ b/versions/c-/cpp-base64.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7ca4d0099c51fb3855c1a4def762aeb55c9fee0c", + "version-string": "V2.rc.08", + "port-version": 0 + }, + { "git-tree": "e25f62c15f68a721ee74c0739e3cbafbd76efa40", "version-string": "2019-06-19", "port-version": 0 |
