mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
rapidfuzz-cpp: update to 3.0.4
This commit is contained in:
parent
7bdee935c0
commit
b7213c908a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rapidfuzz-cpp'
|
# Template file for 'rapidfuzz-cpp'
|
||||||
pkgname=rapidfuzz-cpp
|
pkgname=rapidfuzz-cpp
|
||||||
version=2.2.3
|
version=3.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
|
short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="chrysos349 <chrysostom349@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
|
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
|
||||||
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
|
||||||
checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
|
checksum=18d1c41575ceddd6308587da8befc98c85d3b5bc2179d418daffed6d46b8cb0a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue