Skip to content

Commit

Permalink
Merge pull request #132 from Myroendan/update-conan-recipe
Browse files Browse the repository at this point in the history
Update Conan recipe with recent version information
  • Loading branch information
utelle authored Nov 24, 2023
2 parents 69c9f20 + 20dcdf6 commit 81bd190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conan/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sources:
"1.7.5":
url: "https://github.com/utelle/SQLite3MultipleCiphers/archive/refs/tags/v1.7.5.tar.gz"
sha256: ""
"1.8.0":
url: "https://github.com/utelle/SQLite3MultipleCiphers/archive/refs/tags/v1.8.0.tar.gz"
sha256: "13D9B939BEF7C7371D58A3874F83B18CF330EB2171205B3680ACDDB2215BE0E5"
strip_root: true
2 changes: 1 addition & 1 deletion conan/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class sqlite3mc(ConanFile):
name = "sqlite3mc"
version = "1.7.5"
version = "1.8.0"
package_type = "library"

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion conan/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
versions:
"1.7.5":
"1.8.0":
folder: all

0 comments on commit 81bd190

Please sign in to comment.