Skip to content

Commit

Permalink
s3 0.0.0-287e4be-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Sep 11, 2019
1 parent 7a12cb4 commit 9e80ca4
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 @@ -450,7 +450,7 @@ hunter_default_version(ros_std_msgs VERSION 0.5.12-p0)
hunter_default_version(rosconsole VERSION 1.13.10-p0)
hunter_default_version(roscpp_core VERSION 0.6.12-p0)
hunter_default_version(rospack VERSION 2.5.3-p0)
hunter_default_version(s3 VERSION 0.0.0-287e4be-p0)
hunter_default_version(s3 VERSION 0.0.0-287e4be-p1)
hunter_default_version(sds VERSION 2.0.0)
hunter_default_version(sentencepiece VERSION 0.1.8-p1)
hunter_default_version(shaka_player_embedded VERSION 0.1.0-beta-p1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/s3/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
da8fae10bcda3126b0847b2a255e62435afc313e
)

hunter_add_version(
PACKAGE_NAME
s3
VERSION
0.0.0-287e4be-p1
URL
"https://github.com/hunter-packages/libs3/archive/v0.0.0-287e4be-p1.tar.gz"
SHA1
908d859fcde3424ee5e3226288d2604c2419d996
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(s3)
hunter_download(PACKAGE_NAME s3)

0 comments on commit 9e80ca4

Please sign in to comment.