python3-jellyfish: update to 0.8.9.
This commit is contained in:
parent
e4e7fe4643
commit
cdf4860f66
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-jellyfish'
|
||||
pkgname=python3-jellyfish
|
||||
version=0.8.8
|
||||
version=0.8.9
|
||||
revision=1
|
||||
wrksrc="jellyfish-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -12,8 +12,9 @@ short_desc="Python3 library for approximate and phonetic matching of strings"
|
|||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/sunlightlabs/jellyfish"
|
||||
changelog="https://raw.githubusercontent.com/jamesturk/jellyfish/main/docs/changelog.md"
|
||||
distfiles="${PYPI_SITE}/j/jellyfish/jellyfish-${version}.tar.gz"
|
||||
checksum=0506089cacf9b5897442134417b04b3c6610c19f280ae535eace390dc6325a5c
|
||||
checksum=90d25e8f5971ebbcf56f216ff5bb65d6466572b78908c88c47ab588d4ea436c2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue