diff options
-rw-r--r-- | network/aerc/aerc.SlackBuild | 3 | ||||
-rw-r--r-- | network/aerc/aerc.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/network/aerc/aerc.SlackBuild b/network/aerc/aerc.SlackBuild index de38ffe157..eb44e8bac3 100644 --- a/network/aerc/aerc.SlackBuild +++ b/network/aerc/aerc.SlackBuild @@ -24,11 +24,12 @@ # Changelog: # v0.17.0: 29/june/2024 by r1w1s1 - Initial build. # v0.18.0: 02/july/2024 by r1w1s1 +# v0.18.2: 09/sep/2024 by r1w1s1 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aerc -VERSION=${VERSION:-0.18.0} +VERSION=${VERSION:-0.18.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/aerc/aerc.info b/network/aerc/aerc.info index cf4d83e188..ada582817a 100644 --- a/network/aerc/aerc.info +++ b/network/aerc/aerc.info @@ -1,8 +1,8 @@ PRGNAM="aerc" -VERSION="0.18.0" +VERSION="0.18.2" HOMEPAGE="https://aerc-mail.org/" -DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.18.0.tar.gz" -MD5SUM="33d4365c3971954fc467a3b143e8d96c" +DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.18.2.tar.gz" +MD5SUM="0fdf312aea16117a7336b64e88d48d8f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang scdoc" |