diff --git a/dev-util/robin-map/robin_map-0.6.2.recipe b/dev-util/robin-map/robin_map-0.6.3.recipe similarity index 87% rename from dev-util/robin-map/robin_map-0.6.2.recipe rename to dev-util/robin-map/robin_map-0.6.3.recipe index e89acf4c1..f05c854f4 100644 --- a/dev-util/robin-map/robin_map-0.6.2.recipe +++ b/dev-util/robin-map/robin_map-0.6.3.recipe @@ -3,11 +3,11 @@ DESCRIPTION="The robin-map library is a C++ implementation of a fast hash map \ and hash set using open-addressing and linear robin hood hashing with backward\ shift deletion to resolve collisions." HOMEPAGE="https://github.com/Tessil/robin-map" -COPYRIGHT="2017 Tessil" +COPYRIGHT="2017 Thibaut Goetghebuer-Planchon" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/Tessil/robin-map/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="c08ec4b1bf1c85eb0d6432244a6a89862229da1cb834f3f90fba8dc35d8c8ef1" +CHECKSUM_SHA256="e6654c8c2598f63eb0b1d52ff8bdf39cfcc91d81dd5d05274a6dca91241cd72f" SOURCE_DIR="robin-map-$portVersion" ARCHITECTURES="any"