Skip to content

Commit

Permalink
conan-public: rebsae freerdp
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman committed Jul 10, 2024
1 parent 7d869d0 commit 10c61a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/freerdp/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class FreerdpConan(ConanFile):
url = 'https://github.com/Devolutions/FreeRDP.git'
description = 'FreeRDP is a free remote desktop protocol client'
settings = 'os', 'arch', 'distro', 'build_type'
branch = 'devolutions-rdp-rebase-20240422'
branch = 'devolutions-rdp-rebase-20240710'
python_requires = "shared/1.0.0@devolutions/stable"
python_requires_extend = "shared.UtilsBase"

Expand Down
2 changes: 1 addition & 1 deletion recipes/winpr/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class WinprConan(ConanFile):
url = 'https://github.com/Devolutions/FreeRDP.git'
description = 'FreeRDP is a free remote desktop protocol client'
settings = 'os', 'arch', 'distro', 'build_type'
branch = 'devolutions-rdp-rebase-20240422'
branch = 'devolutions-rdp-rebase-20240710'
python_requires = "shared/1.0.0@devolutions/stable"
python_requires_extend = "shared.UtilsBase"

Expand Down

0 comments on commit 10c61a1

Please sign in to comment.