From 1b9b15bb557f19f49588364a43dbec522b3be26f Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 4 May 2023 23:51:55 +0200 Subject: [PATCH] testing/py3-mmh3: upgrade to 3.1.0 --- testing/py3-mmh3/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py3-mmh3/APKBUILD b/testing/py3-mmh3/APKBUILD index f2efdb5c020..2ea04cef7a8 100644 --- a/testing/py3-mmh3/APKBUILD +++ b/testing/py3-mmh3/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Oleg Titov # Maintainer: Oleg Titov pkgname=py3-mmh3 -pkgver=3.0.0 -pkgrel=2 +pkgver=3.1.0 +pkgrel=0 pkgdesc="Python wrapper for MurmurHash (MurmurHash3), a set of fast and robust hash functions" url="https://github.com/hajimes/mmh3" arch="all" @@ -30,5 +30,5 @@ package() { } sha512sums=" -40ef0a477b18544a4353c45cd5444039e2f79a3a047a6f5ba9c9595e45211429f94ba23402cd206a5edace618780b051d37c787fd1a9253df874015161011422 mmh3-3.0.0.tar.gz +6417d322d09bcd2c45cced50dc87ffea462f8e12990a7e50ea514db3cd9e806a5f49dfe31d4c8dedcc65a91f9c81faa88217c345a72b6cd363cb97c805af1a09 mmh3-3.1.0.tar.gz "