⬆️ Update qtkeychain to 0.13.2
This commit is contained in:
parent
2408dc32ea
commit
8e2ff6c116
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
@ -1,5 +1,5 @@
|
||||
[requires]
|
||||
qtkeychain/0.12.0
|
||||
qtkeychain/0.13.2
|
||||
|
||||
[generators]
|
||||
qmake
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user