Skip to content

Commit

Permalink
Update 'date' to v3.0.1 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon committed Sep 14, 2022
1 parent 9ce87ff commit e25cf5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ hunter_default_version(cvsteer VERSION 0.1.2)
hunter_default_version(cxxopts VERSION 2.2.0)
hunter_default_version(czmq VERSION 4.0.2-p1)
hunter_default_version(damageproto VERSION 1.2.1)
hunter_default_version(date VERSION 2.4.1-e12095f)
hunter_default_version(date VERSION 3.0.1)
hunter_default_version(dbus VERSION 1.10.0-hunter-4)
hunter_default_version(debug_assert VERSION 1.3.2)
hunter_default_version(dest VERSION 0.8.0-p4)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/date/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ hunter_add_version(
00603b84f7bc99453f5edafe1c5caa72120f5c9d
)

hunter_add_version(
PACKAGE_NAME
date
VERSION
3.0.1
URL
"https://github.com/HowardHinnant/date/archive/v3.0.1.tar.gz"
SHA1
7d56e93ca31dbe4ea1fb6992b26655752a556cca
)

hunter_cmake_args(date CMAKE_ARGS ENABLE_DATE_TESTING=OFF USE_SYSTEM_TZ_DB=ON)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit e25cf5e

Please sign in to comment.