mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[buck-yeh-bux-sqlite] Update to 1.0.5 (#42824)
This commit is contained in:
parent
66ceb03a7e
commit
e6a096ffc8
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO buck-yeh/bux-sqlite
|
||||
REF e8ab90da9586f61024b59aa1a4900efb94f1d3f4 # v1.0.1
|
||||
SHA512 27acefdb32dd00dbbef91479b5e682cf6a9281e13a596128d5050fe44ed4b8669d5e7279b4db30efbd4d016d268c6f2ce893f91bbdddff17f2a227ba3a292d01
|
||||
REF "${VERSION}"
|
||||
SHA512 ccfeb141530efcf8233bd3579ba6eb17e7decc1d4fa92706f0810824303078e7f379a9c81a777189860e53c866b9c338b51b2f5884958782d02f7d79d7fb575c
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
{
|
||||
"name": "buck-yeh-bux-sqlite",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.5",
|
||||
"description": "Modern C++ wrapper classes and utilities of the original sqlite3 API",
|
||||
"homepage": "https://github.com/buck-yeh/bux-sqlite",
|
||||
"license": "MIT",
|
||||
"supports": "!(arm | uwp | osx | linux)",
|
||||
"supports": "!(android | linux | osx | uwp)",
|
||||
"dependencies": [
|
||||
"buck-yeh-bux",
|
||||
"fmt",
|
||||
"sqlite3",
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b26398639d9f209f042270dd3406973f4a4e896d",
|
||||
"version": "1.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "70a2bfdaeafb4f4193be712ad81e0f9d16ce6294",
|
||||
"version": "1.0.1",
|
||||
|
@ -1425,7 +1425,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"buck-yeh-bux-sqlite": {
|
||||
"baseline": "1.0.1",
|
||||
"baseline": "1.0.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"bullet3": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user