diff options
-rw-r--r-- | network/aerc/aerc.SlackBuild | 7 | ||||
-rw-r--r-- | network/aerc/aerc.info | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/network/aerc/aerc.SlackBuild b/network/aerc/aerc.SlackBuild index eb44e8bac3..62c6f89358 100644 --- a/network/aerc/aerc.SlackBuild +++ b/network/aerc/aerc.SlackBuild @@ -22,14 +22,15 @@ # Descr: aerc is an email client that runs in your terminal # URL: https://aerc-mail.org/ # Changelog: -# v0.17.0: 29/june/2024 by r1w1s1 - Initial build. -# v0.18.0: 02/july/2024 by r1w1s1 +# v0.17.0: 29/jun/2024 by r1w1s1 - Initial build. +# v0.18.0: 02/jul/2024 by r1w1s1 # v0.18.2: 09/sep/2024 by r1w1s1 +# v0.19.0: 15/jan/2025 by r1w1s1 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aerc -VERSION=${VERSION:-0.18.2} +VERSION=${VERSION:-0.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/aerc/aerc.info b/network/aerc/aerc.info index ada582817a..2d870dce98 100644 --- a/network/aerc/aerc.info +++ b/network/aerc/aerc.info @@ -1,10 +1,10 @@ PRGNAM="aerc" -VERSION="0.18.2" +VERSION="0.19.0" HOMEPAGE="https://aerc-mail.org/" -DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.18.2.tar.gz" -MD5SUM="0fdf312aea16117a7336b64e88d48d8f" +DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.19.0.tar.gz" +MD5SUM="0b14e141c264a48bf77946c6714da1a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang scdoc" MAINTAINER="r1w1s1" -EMAIL="r1w1s1@disroot.org" +EMAIL="r1w1s1@fastmail.com" |