Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2113c64337d5
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 43e0f4589d08
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 15, 2021

  1. Copy the full SHA
    43e0f45 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 dev-util/robin-map/{robin_map-0.6.2.recipe → robin_map-0.6.3.recipe}
Original file line number Diff line number Diff line change
@@ -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"