Skip to content
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/fineftp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO eclipse-ecal/fineftp-server
REF "v${VERSION}"
SHA512 dcced2cf743434a55314ad661ca729efc1c4883ae0c0883335f43a12ed47568ebcb50d233dab8a1410bb526587b24f1cf19938241bf649cfe54b11ffe264124b
SHA512 10e6fe6724e1751cb72d212f5fc8053b9c715e79ab41b080beb35c3501377b9e8fd8137de0b30266709aa34432dfa4593026db1b04735f7c1a4dbde90763ea97
HEAD_REF master
PATCHES
asio.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/fineftp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "fineftp",
"version": "1.3.4",
"version": "1.5.1",
"description": "FineFTP is a minimal FTP server library for Windows and Unix flavors.",
"homepage": "https://github.com/eclipse-ecal/fineftp-server",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@
"port-version": 2
},
"fineftp": {
"baseline": "1.3.4",
"baseline": "1.5.1",
"port-version": 0
},
"fins": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fineftp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d03fb60d6d482ea88aba0acfffb07b28abb0ef69",
"version": "1.5.1",
"port-version": 0
},
{
"git-tree": "379dd5cfe0c3cad96197e14aa9782daf51daca3d",
"version": "1.3.4",
Expand Down