* update libcuckoo to 0.3.1-2

This commit is contained in:
Alexander Baldeck 2024-08-24 07:39:36 +02:00
parent 631c22f76b
commit 4500b52ea3
3 changed files with 18 additions and 1 deletions

12
libcuckoo/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = libcuckoo
pkgdesc = A high-performance, concurrent hash table
pkgver = 0.3.1
pkgrel = 2
url = https://github.com/efficient/libcuckoo
arch = any
license = Apache
makedepends = cmake
source = libcuckoo-0.3.1.tar.gz::https://github.com/efficient/libcuckoo/archive/refs/tags/v0.3.1.tar.gz
sha256sums = a87122b963ef6b7eadca3e41cb4b533f3b6ad9b588ab2f2140eb6ab0db9a7ba8
pkgname = libcuckoo

View File

@ -0,0 +1,5 @@
[libcuckoo]
source = "github"
github = "efficient/libcuckoo"
use_max_tag = true
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=libcuckoo
pkgver=0.3.1
pkgrel=1
pkgrel=2
pkgdesc="A high-performance, concurrent hash table"
arch=(any)
url='https://github.com/efficient/libcuckoo'