[sqlite-orm] fix tag, update hash (#6894)

This commit is contained in:
Phil Christensen 2019-06-14 11:45:35 -07:00 committed by GitHub
parent 6ad6ba75a0
commit 8c288f4bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: sqlite-orm
Version: 1.3
Version: 1.3-1
Build-Depends: sqlite3
Description: SQLite ORM light header only library for modern C++

View File

@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fnc12/sqlite_orm
REF 1.3
SHA512 9d61d65a8987f875aacca9dd262d5b1e4dca273aef938fc5c292469b215b244edc63fb6428199e16ed6d254f752e1a9574306b15ebb099a4bf4f744510975da3
REF v1.3
SHA512 43adcd28bdca5d0165ca0313c5ff90e048144e4841541704f49e443deaf0d8e027655a3bb88677f3f3c62c5764fdda8b1e472d74e68f3a32cad052f3b4ed63a7
HEAD_REF master
)