[date] update sha to be lowercase for windows installs (#21922)

* [date] update sha to be lowercase for windows installs

* add version

* update version

Co-authored-by: Max Christy <mchristy@precisionplanting.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
Max 2021-12-09 19:01:00 -06:00 committed by GitHub
parent c6bda4e83b
commit febf337ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -9,7 +9,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HowardHinnant/date
REF v3.0.1
SHA512 6BDC7CBA821D66E17A559250CC0CE0095808E9DB81CEC9E16EAA4C31ABDFA705299C67B72016D9B06B302BC306D063E83A374EB00728071B83A5AD650D59034F
SHA512 6bdc7cba821d66e17a559250cc0ce0095808e9db81cec9e16eaa4c31abdfa705299c67b72016d9b06b302bc306d063e83a374eb00728071b83a5ad650d59034f
HEAD_REF master
PATCHES
0001-fix-uwp.patch

View File

@ -1,6 +1,7 @@
{
"name": "date",
"version": "3.0.1",
"port-version": 1,
"description": "A date and time library based on the C++17 <chrono> header",
"homepage": "https://github.com/HowardHinnant/date",
"dependencies": [

View File

@ -1754,7 +1754,7 @@
},
"date": {
"baseline": "3.0.1",
"port-version": 0
"port-version": 1
},
"dav1d": {
"baseline": "0.8.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e281c60aee492a2be56e78ce6a53cb5db927b1dc",
"version": "3.0.1",
"port-version": 1
},
{
"git-tree": "8d9a771765181237930138b7c4809babbd814cfb",
"version": "3.0.1",