rapidfuzz-cpp: update to 3.0.5, add changelog

This commit is contained in:
chrysos349 2024-07-03 18:03:04 +03:00 committed by classabbyamp
parent a8e88e3ce4
commit faa142e153
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,14 +1,15 @@
# Template file for 'rapidfuzz-cpp' # Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp pkgname=rapidfuzz-cpp
version=3.0.4 version=3.0.5
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"
maintainer="chrysos349 <chrysostom349@gmail.com>" maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz-cpp" homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
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=18d1c41575ceddd6308587da8befc98c85d3b5bc2179d418daffed6d46b8cb0a checksum=e32936cc66333a12f659553b5fdd6d0c22257d32ac3b7a806ac9031db8dea5a1
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE