From 8e2ff6c1168921b9f4793a6fc28da01e01c21990 Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 5 Dec 2021 16:14:59 +0100 Subject: [PATCH] :arrow_up: Update qtkeychain to 0.13.2 --- .github/workflows/build.yml | 2 +- conanfile.txt | 2 +- recipes/qtkeychain/conanfile.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 155d838..7bbf18d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: dir: "${{ github.workspace }}/qt/" - name: Add conan remote - run: conan remote add fuel-scm https://artifactory.anotherfoxguy.com/artifactory/fuel-scm/ -f + run: conan remote add fuel-scm https://artifactory.anotherfoxguy.com/artifactory/api/conan/fuel-scm -f - name: Build run: | diff --git a/conanfile.txt b/conanfile.txt index 5be1a91..a75bddd 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,5 +1,5 @@ [requires] -qtkeychain/0.12.0 +qtkeychain/0.13.2 [generators] qmake diff --git a/recipes/qtkeychain/conanfile.py b/recipes/qtkeychain/conanfile.py index 2ac63be..d396340 100644 --- a/recipes/qtkeychain/conanfile.py +++ b/recipes/qtkeychain/conanfile.py @@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools class QtkeychainConan(ConanFile): name = "qtkeychain" - version = "0.12.0" + version = "0.13.2" license = "BSD-3" author = "Edgar" url = "https://github.com/AnotherFoxGuy/fuel-scm" @@ -14,7 +14,7 @@ class QtkeychainConan(ConanFile): scm = { "type": "git", "url": "https://github.com/frankosterfeld/qtkeychain.git", - "revision": "v0.12.0" + "revision": "v0.13.2" } def build(self):