backports/rapidfuzz: upgrade to 3.1.1
All checks were successful
All checks were successful
This commit is contained in:
parent
158d711adf
commit
ddecef58e6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer:
|
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
pkgname=rapidfuzz
|
pkgname=rapidfuzz
|
||||||
pkgver=3.0.0
|
pkgver=3.1.1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
|
pkgdesc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
|
||||||
url="https://github.com/maxbachmann/rapidfuzz-cpp"
|
url="https://github.com/maxbachmann/rapidfuzz-cpp"
|
||||||
|
@ -40,6 +40,6 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c5f20399bd1cfaa057c40cc17be5d730d50c1014553241f80f461a2fa89de670357d17a4f090394170263b09a53aa29238e5eff2caf9064a2a118c42aa14f320 rapidfuzz-cpp-3.0.0.tar.gz
|
204ee06c1e51b786f0a2efd32a1c2467c3bff2738e8258e6e8fe44b5569afe7c665af1051fdd05dcc98704f3045f5bd2afcba5dba3fc0b34e2facf8944478b48 rapidfuzz-cpp-3.1.1.tar.gz
|
||||||
216c5082498830d42d2eb14d3eba35dd08446008916c920db7b55eaf3dd2358f86a61c238315b85fefecf08b9e902dc4db172f91a8479cfd735e53c7b3e03bf5 cstdint.patch
|
216c5082498830d42d2eb14d3eba35dd08446008916c920db7b55eaf3dd2358f86a61c238315b85fefecf08b9e902dc4db172f91a8479cfd735e53c7b3e03bf5 cstdint.patch
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue