mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rapidfuzz-cpp: update to 3.2.0
This commit is contained in:
parent
04f9abade5
commit
a76ac0550e
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=3.1.1
|
version=3.2.0
|
||||||
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"
|
||||||
|
@ -9,7 +9,7 @@ license="MIT"
|
||||||
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
|
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
|
||||||
changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases"
|
changelog="https://github.com/rapidfuzz/rapidfuzz-cpp/releases"
|
||||||
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=5a72811a9f5a890c69cb479551c19517426fb793a10780f136eb482c426ec3c8
|
checksum=45504e1091814017fb16e69b9f9494233043eee6a8a17ee7c327ffde3b0cc412
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue