Date: Sun, 14 Jan 2024 09:07:49 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9fa51ca37412 - main - finance/electrum: Update to 4.5.0 Message-ID: <202401140907.40E97nNg049883@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=9fa51ca37412f1842a9a7e58c4393833d583c150 commit 9fa51ca37412f1842a9a7e58c4393833d583c150 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-14 09:07:39 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-14 09:07:47 +0000 finance/electrum: Update to 4.5.0 --- finance/electrum/Makefile | 5 +++-- finance/electrum/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 8050cdc0a10b..653c278c917d 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -1,5 +1,5 @@ PORTNAME= electrum -PORTVERSION= 4.4.6 +PORTVERSION= 4.5.0 CATEGORIES= finance python MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \ http://download.electrum.org/${PORTVERSION}/ @@ -16,11 +16,12 @@ LICENSE_FILE= ${WRKSRC}/LICENCE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.3.0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiorpcX>=0.22.0:devel/py-aiorpcX@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}attrs>=20.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=2.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonpatch>=1.21:devel/py-jsonpatch@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonrpclib-pelix>0:devel/py-jsonrpclib-pelix@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12:devel/py-protobuf@${PY_FLAVOR} \ diff --git a/finance/electrum/distinfo b/finance/electrum/distinfo index e5b556a4531a..3e5726d34f0d 100644 --- a/finance/electrum/distinfo +++ b/finance/electrum/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692340903 -SHA256 (Electrum-4.4.6.tar.gz) = 071c42d7154a4e8523801a3898478af537616ddffe7681dc4d326c5c3b5a10b8 -SIZE (Electrum-4.4.6.tar.gz) = 14614347 +TIMESTAMP = 1705161841 +SHA256 (Electrum-4.5.0.tar.gz) = b38147f05b4f838c1ea54ff95c8d3ad9d00df5f098475c491b0af17ed0922b3c +SIZE (Electrum-4.5.0.tar.gz) = 13216603
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401140907.40E97nNg049883>