1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

textproc/py-aeidon: Update to 1.10.1

Changes:	https://github.com/otsaloma/gaupol/releases
This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:09:41 +08:00
parent 92e7f5eb6a
commit f3a2433678
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= aeidon
PORTVERSION= 1.10
PORTVERSION= 1.10.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1634111800
SHA256 (aeidon-1.10.tar.gz) = c0e92c684b838f20784144476b16fdad150c9b7302f69fa8693204475000956f
SIZE (aeidon-1.10.tar.gz) = 83499
TIMESTAMP = 1634391160
SHA256 (aeidon-1.10.1.tar.gz) = 2623d522e77ce8547136cb8705a1f6a61e183062909a3a29314a444096ba5d28
SIZE (aeidon-1.10.1.tar.gz) = 83580

View File

@ -20,7 +20,7 @@
setup(
name="aeidon",
- version=get_aeidon_version(),
+ version=%%PORTVERSION%%,
+ version="%%PORTVERSION%%",
author="Osmo Salomaa",
author_email="otsaloma@iki.fi",
description="Reading, writing and manipulating text-based subtitle files",