Skip to content

Commit fb819cc

Browse files
committed
CI: update FreeRDP to 3.14.1
1 parent e7fc6b4 commit fb819cc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
SOURCE_DIR: ${{github.workspace}}\.cache\source
5555
TOOLS_DIR: ${{github.workspace}}\.cache\tools
5656
INSTALL_DIR: ${{github.workspace}}\.cache\install
57-
VCPKGGITCOMMITID: 1e199d32ad53aab1defda61ce41c380302e3f95c
57+
VCPKGGITCOMMITID: 7213cf8135c329c37c7e2778e40774489a0583a8
5858
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
5959
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
6060
VCPKG_PLATFORM_TOOLSET: ${{matrix.VCPKG_PLATFORM_TOOLSET}}

Package/Flatpak/io.github.KangLin.RabbitRemoteControl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ modules:
167167
sources:
168168
- type: git
169169
url: https://github.com/FreeRDP/FreeRDP.git
170-
tag: 3.24.1
170+
tag: 3.14.1
171171
buildsystem: cmake-ninja
172172
builddir: true
173173
config-opts:

Script/build_depend.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ if [ $FREERDP -eq 1 ]; then
715715
echo "Install FreeRDP ......"
716716
pushd "$SOURCE_DIR"
717717
if [ ! -d ${INSTALL_DIR}/lib/cmake/FreeRDP3 ]; then
718-
git clone -b 3.24.1 --depth=1 https://github.com/FreeRDP/FreeRDP.git
718+
git clone -b 3.14.1 --depth=1 https://github.com/FreeRDP/FreeRDP.git
719719
cmake -E make_directory $BUILD_DEPEND_DIR/FreeRDP
720720
pushd $BUILD_DEPEND_DIR/FreeRDP
721721
cmake -S $SOURCE_DIR/FreeRDP \

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ parts:
105105
plugin: cmake
106106
source: https://github.com/FreeRDP/FreeRDP.git
107107
source-type: git
108-
source-tag: 3.24.1
108+
source-tag: 3.14.1
109109
source-depth: 1
110110
build-packages:
111111
- libssl-dev

0 commit comments

Comments
 (0)