⬆️ Update qtkeychain to 0.13.2

This commit is contained in:
Edgar 2021-12-05 16:14:59 +01:00
parent 2408dc32ea
commit 8e2ff6c116
3 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ jobs:
dir: "${{ github.workspace }}/qt/" dir: "${{ github.workspace }}/qt/"
- name: Add conan remote - 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 - name: Build
run: | run: |

View File

@ -1,5 +1,5 @@
[requires] [requires]
qtkeychain/0.12.0 qtkeychain/0.13.2
[generators] [generators]
qmake qmake

View File

@ -3,7 +3,7 @@ from conans import ConanFile, CMake, tools
class QtkeychainConan(ConanFile): class QtkeychainConan(ConanFile):
name = "qtkeychain" name = "qtkeychain"
version = "0.12.0" version = "0.13.2"
license = "BSD-3" license = "BSD-3"
author = "Edgar" author = "Edgar"
url = "https://github.com/AnotherFoxGuy/fuel-scm" url = "https://github.com/AnotherFoxGuy/fuel-scm"
@ -14,7 +14,7 @@ class QtkeychainConan(ConanFile):
scm = { scm = {
"type": "git", "type": "git",
"url": "https://github.com/frankosterfeld/qtkeychain.git", "url": "https://github.com/frankosterfeld/qtkeychain.git",
"revision": "v0.12.0" "revision": "v0.13.2"
} }
def build(self): def build(self):