Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[buck-yeh-bux-sqlite] Update to 1.0.5 #42824

Merged
merged 6 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/buck-yeh-bux-sqlite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down
10 changes: 6 additions & 4 deletions ports/buck-yeh-bux-sqlite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/buck-yeh-bux-sqlite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b26398639d9f209f042270dd3406973f4a4e896d",
"version": "1.0.5",
"port-version": 0
},
{
"git-tree": "70a2bfdaeafb4f4193be712ad81e0f9d16ce6294",
"version": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@
"port-version": 0
},
"buck-yeh-bux-sqlite": {
"baseline": "1.0.1",
"baseline": "1.0.5",
"port-version": 0
},
"bullet3": {
Expand Down