winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d5a5dce3479943db3bdb4f006d80f21ddc8cf344
parent af80a400aab74a2bcfb09e4dcdec86da54f0b92d
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Fri,  9 Aug 2024 15:12:31 -0400

Pull in latest SFS client (#4725)


Diffstat:
Msrc/SfsClient/readme.md | 4++--
Msrc/SfsClient/sfs-client/cgmanifest.json | 6+++---
Msrc/SfsClient/sfs-client/vcpkg.json | 2+-
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/SfsClient/readme.md b/src/SfsClient/readme.md @@ -1,9 +1,9 @@ ## SfsClient -Do not change code under the sfs-client directory; it contains sfs-client source code from commit [6ab78af](https://github.com/microsoft/sfs-client/commits/6ab78af). +Do not change code under the sfs-client directory; it contains sfs-client source code from commit [be733af](https://github.com/microsoft/sfs-client/commits/be733af). It is created using git subtree command: ``` - git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git 6ab78af61bc859461ea8298786d87f24b49e3ec2 --squash + git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git be733af9e5c8e9227f2018ff618800bf08a31180 --squash ``` ### Update diff --git a/src/SfsClient/sfs-client/cgmanifest.json b/src/SfsClient/sfs-client/cgmanifest.json @@ -37,7 +37,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/curl/curl", - "commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33" + "commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6" } }, "developmentDependency": false @@ -56,7 +56,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/curl/curl", - "commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33" + "commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6" } } ] @@ -75,7 +75,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/curl/curl", - "commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33" + "commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6" } } ] diff --git a/src/SfsClient/sfs-client/vcpkg.json b/src/SfsClient/sfs-client/vcpkg.json @@ -44,7 +44,7 @@ }, { "name": "curl", - "version": "8.8.0" + "version": "8.9.1" }, { "name": "nlohmann-json",