Skip to content

Commit 069ef81

Browse files
committed
fix: fix sha256 and add topics
1 parent 6abcc1d commit 069ef81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

recipes/hpp-fcl/all/conandata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sources:
22
"2.4.5":
33
url: "https://github.com/humanoid-path-planner/hpp-fcl/archive/refs/tags/v2.4.5.tar.gz"
4-
sha256: "14ddfdecdbde323dedf988083e4929d05b5b125ec04effac3c2eec4daa099b43"
4+
sha256: "6ab99242d3510b1d898358378113b5e42f0c8351b3c6edf3a58ac1e7a0996bdf"
55
"2.4.4":
66
url: "https://github.com/humanoid-path-planner/hpp-fcl/archive/refs/tags/v2.4.4.tar.gz"
77
sha256: "0aca57ddb538a2296cf986ae7b0dae5da397c81aff85168d4c4e5e745b1a66ec"

recipes/hpp-fcl/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
class HppFclConan(ConanFile):
1111
name = "hpp-fcl"
1212
description = "An extension of the Flexible Collision Library"
13+
topics = ("geometry", "collision")
1314
license = "BSD-3-Clause"
1415
homepage = "https://github.com/humanoid-path-planner/hpp-fcl"
1516
url = "https://github.com/conan-io/conan-center-index"

0 commit comments

Comments
 (0)