⬆️ 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/"
|
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: |
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[requires]
|
[requires]
|
||||||
qtkeychain/0.12.0
|
qtkeychain/0.13.2
|
||||||
|
|
||||||
[generators]
|
[generators]
|
||||||
qmake
|
qmake
|
||||||
|
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user