Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0158A781A98 for <~alpine/aports@lists.alpinelinux.org>; Thu, 29 Oct 2020 21:18:20 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1604006299; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=FIIOGmHIvfCdaqoCkdt+iW+lLoPJ0F5YGyAeMbiQYL8=; b=ZB2Rvow+iCTNNF3Z89U8SQw9Mrs3OBXnpC6+qTcNdcmF7tqYFo9fxHt/6YrfFY8VbUx5dE S7282qdhFwDbfQE+QfHRgjC6RnGUjy+sYYUAn/NDkL6h/7m5o8+BJBhuVY8fpIZsdl+BMH yV34Nvfwl5fTMdK7MMSwBWF5Ecdamr+tkx5KNDBPocyhdZFHrLi9dKg4rHCRvk/JPgbgiw kdBB5n9dGLRbmOkqU25n/UbLWDxqRrM3v2PSeuQXR3pvkHHeGErTEbhzCL0GoKEfGB0ASk a8LeQqBjTIN6uFGscsI/KQQ8dRvcSZrgs/beSmdml8qbWAnRO/+2CgGhtTFhkA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/py3-pyphen: upgrade to 0.10.0 Date: Thu, 29 Oct 2020 17:18:15 -0400 Message-Id: <20201029211815.26193-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- testing/py3-pyphen/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/py3-pyphen/APKBUILD b/testing/py3-pyphen/APKBUILD index 5efb1c5045..f9368ccd11 100644 --- a/testing/py3-pyphen/APKBUILD +++ b/testing/py3-pyphen/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Drew DeVault pkgname=py3-pyphen _pkgname=Pyphen -pkgver=0.9.5 -pkgrel=4 +pkgver=0.10.0 +pkgrel=0 pkgdesc="python-based dictionary hyphenator library" url="https://www.pyphen.org" arch="noarch" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="049a62b226e90e568c8f56e756f8fa6fbc74f3bc40d61af8eb05ff2d4404a7b29cef14d4f144d68ed2f2b11eb128491de64536240ba7b76a2d04010c76e10346 Pyphen-0.9.5.tar.gz" +sha512sums="b6d789ca6eb010c1c79b28a9a0e68620ea5600adc43111bed5dbda3cb8b3a4c8c05caa3fb44ea60b0ef4a20272f17cf5e6fe61f0d1e48038395407ff53da7a92 Pyphen-0.10.0.tar.gz" -- 2.29.1