diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-08-24 10:57:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 10:57:38 -0700 |
| commit | 07202400517148178343139d9f9daf3ae1ef8d31 (patch) | |
| tree | c7faffce16bc5b8f1dbd8ed5554aacdd22c456ef /ports/sqlitecpp/CONTROL | |
| parent | 723a5c2199fc8d452ce3b7c59778fc570633bcbf (diff) | |
| download | vcpkg-07202400517148178343139d9f9daf3ae1ef8d31.tar.gz vcpkg-07202400517148178343139d9f9daf3ae1ef8d31.zip | |
[sqlitecpp] Fix dependency port (#13108)
Diffstat (limited to 'ports/sqlitecpp/CONTROL')
| -rw-r--r-- | ports/sqlitecpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sqlitecpp/CONTROL b/ports/sqlitecpp/CONTROL index 372acc14b..f617bf93e 100644 --- a/ports/sqlitecpp/CONTROL +++ b/ports/sqlitecpp/CONTROL @@ -1,6 +1,6 @@ Source: sqlitecpp
Version: 3.0.0
-Port-Version: 1
+Port-Version: 2
Build-Depends: sqlite3
Homepage: https://github.com/SRombauts/SQLiteCpp
Description: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
