Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deniskovalchuk-libftp] Update to 1.4.1 #42852

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/deniskovalchuk-libftp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO deniskovalchuk/libftp
REF "v${VERSION}"
SHA512 017c809c19e32b0ddb3b4d7f5cc4cb5cc0f27a4c2be0640ddf115d869f9dbfa4b7cc77845193fed9058885bb38d33f0cff436c18c35e9611ca4f299afefe3b9d
SHA512 c0fe6f174d0bcb200f7b3a933671f5b6ab63599ba9c7a4cadd2219866d246c0ab11bb9c9bfdfe6bf9adfebb9132c2378c7912cb7cb80489e29c05c9710e839c3
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/deniskovalchuk-libftp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "deniskovalchuk-libftp",
"version": "1.4.0",
"port-version": 1,
"version": "1.4.1",
"maintainers": "Denis Kovalchuk <[email protected]>",
"description": "A cross-platform FTP/FTPS client library based on Boost.Asio.",
"homepage": "https://github.com/deniskovalchuk/libftp",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2277,8 +2277,8 @@
"port-version": 0
},
"deniskovalchuk-libftp": {
"baseline": "1.4.0",
"port-version": 1
"baseline": "1.4.1",
"port-version": 0
},
"detours": {
"baseline": "4.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/deniskovalchuk-libftp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2dc10866ab80c071876660752ac03872f0488f00",
"version": "1.4.1",
"port-version": 0
},
{
"git-tree": "924cd332a49b232bf29e9da835f13fec4567182a",
"version": "1.4.0",
Expand Down