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):