⬆️ Update qtkeychain to 0.13.2

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

View File

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