summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-05-11 16:23:23 +0200
committerKr1ss2022-05-11 16:23:23 +0200
commit50ad32d4fdf02304541007c9b9ad8cedf789a50a (patch)
tree8bc665fd40fad7414a3569fbbe81a4ae3bd90ba9
parent52db7e0a934c56248e44a5c99b96babeb35cdaf9 (diff)
downloadaur-50ad32d4fdf02304541007c9b9ad8cedf789a50a.tar.gz
update changelog
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b2f1c05fa4..c9f527414852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getmail6-git
pkgdesc = POP3 mail retriever with reliable Maildir and command delivery; Python 3 port
- pkgver = 6.18.8.r0.b087130
+ pkgver = 6.18.9.r0.56b19d6
pkgrel = 1
epoch = 1
url = https://getmail6.org
@@ -12,7 +12,7 @@ pkgbase = getmail6-git
depends = python-chardet
optdepends = python-keyring: secure password store
optdepends = python-keyrings-alt: alternative backends
- provides = getmail=6.18.8.r0.b087130
+ provides = getmail=6.18.9.r0.56b19d6
provides = getmail6
conflicts = getmail
source = git+https://github.com/getmail6/getmail6.git
diff --git a/CHANGELOG b/CHANGELOG
index 70bd320342ba..453b57fdd5c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 6.18.9
+11 May 2022
+ - #119: NameError: name 'CertificateError' is not defined (ca_certs option)
+
Version 6.18.8
09 May 2022
- #118: redirect_uri requirements in Microsoft's OAuth 2.0
diff --git a/PKGBUILD b/PKGBUILD
index 797b4e479bfc..ba4af42c74a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name="${pkgname%-git}"
epoch=1
pkgver() { git -C "$_name" describe --long | sed 's/^v//;s/-/.r/;s/-g/./'; }
-pkgver=6.18.8.r0.b087130
+pkgver=6.18.9.r0.56b19d6
pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'