robin_map, bump version (#6063)

This commit is contained in:
Schrijvers Luc
2021-07-15 14:26:24 +02:00
committed by GitHub
parent 2113c64337
commit 43e0f4589d

View File

@@ -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"