diff --git a/build_3rdparty.py b/build_3rdparty.py index 3f40d166..ce4c1373 100755 --- a/build_3rdparty.py +++ b/build_3rdparty.py @@ -88,8 +88,8 @@ 'libssh': { 'order' : 3, 'shadow': True, - 'url' : 'https://www.libssh.org/files/0.12/libssh-0.12.0.tar.xz', - 'sha256' : '1a6af424d8327e5eedef4e5fe7f5b924226dd617ac9f3de80f217d82a36a7121', + 'url' : 'https://www.libssh.org/files/0.12/libssh-0.12.2.tar.xz', + 'sha256' : '49560f677d96e3706a904ac2de1116e25f3680937d51e5c92198fcba4a1c1e9f', 'target': { 'mingw-w64': { 'result': ['include/libssh/libssh.h', 'lib/libssh.a'], diff --git a/project.spdx.json b/project.spdx.json index aada23bc..8391d099 100644 --- a/project.spdx.json +++ b/project.spdx.json @@ -47,10 +47,10 @@ { "SPDXID": "SPDXRef-Package-libssh", "name": "libssh", - "versionInfo": "0.12.0", - "packageVersion": "0.12.0", + "versionInfo": "0.12.2", + "packageVersion": "0.12.2", "primaryPackagePurpose": "LIBRARY", - "downloadLocation": "https://www.libssh.org/files/0.12/libssh-0.12.0.tar.xz'", + "downloadLocation": "https://www.libssh.org/files/0.12/libssh-0.12.2.tar.xz'", "filesAnalyzed": false, "packageFileName": "./libs/libssh", "homepage": "https://www.libssh.org/",