* update libcuckoo to 0.3.1-2
This commit is contained in:
parent
631c22f76b
commit
4500b52ea3
12
libcuckoo/.SRCINFO
Normal file
12
libcuckoo/.SRCINFO
Normal 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
|
5
libcuckoo/.nvchecker.toml
Normal file
5
libcuckoo/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[libcuckoo]
|
||||
source = "github"
|
||||
github = "efficient/libcuckoo"
|
||||
use_max_tag = true
|
||||
prefix = "v"
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user