diff options
author | Juergen Daubert <jue@jue.li> | 2022-01-17 14:49:17 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-01-17 14:49:17 +0100 |
commit | 7b04f1fddd9025d08386b5e7abddd0fa849ea1e1 (patch) | |
tree | 513b99f8f5ad53851e343b7cad9e03c2e7452495 /maildrop | |
parent | 20f8d3929b8078762f43a2b7e3404840c7c937a4 (diff) | |
download | opt-7b04f1fddd9025d08386b5e7abddd0fa849ea1e1.tar.gz opt-7b04f1fddd9025d08386b5e7abddd0fa849ea1e1.tar.xz |
maildrop: update to 3.0.6, changed dependency libpcre -> libpcre2
Diffstat (limited to 'maildrop')
-rw-r--r-- | maildrop/.signature | 6 | ||||
-rw-r--r-- | maildrop/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/maildrop/.signature b/maildrop/.signature index 09834b884..4a5bdf284 100644 --- a/maildrop/.signature +++ b/maildrop/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Xlsf6a2E9vmxMMRfeB54TdTm6GNLDBJCGotcLmNzWenwkIXjuDk4jEmk4FnRoNxDF5oe9RdxH2MKnojQuuLJAo= -SHA256 (Pkgfile) = 048d83b71820802491475b6c98731bf3394e37107b878464025c222426809aeb +RWSE3ohX2g5d/QyLlL8E5m3cjVqe3tLEsQyL2cqR9UYCjPqWURsLzp0TrQgo/pc0HzzZwdTcKsRaUikVOmJ44FSx0uy9y3Ru7go= +SHA256 (Pkgfile) = c8da27fd2b5e77bf401826c62db4f6cb746d0b925cbfd7d04175322f1f61b9d2 SHA256 (.footprint) = 4d5a4bad419e3d9d5aa677f5f93451fa144e1d28108ed1b9d823652a07075a0b -SHA256 (maildrop-3.0.3.tar.bz2) = 09dc17ec706d5d2a5bde9f67b37b8f5bf9a5b6a6d9ac1ca3bd0698c3f29bfc3d +SHA256 (maildrop-3.0.6.tar.bz2) = 5798c1d254342012de9e86ba0fd3c17204a1663001fdb25345a46aa5e5bb1266 diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile index aff4907c3..155b328e1 100644 --- a/maildrop/Pkgfile +++ b/maildrop/Pkgfile @@ -1,10 +1,10 @@ # Description: Mail Delivery Agent with filtering abilities # URL: http://www.courier-mta.org/maildrop/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: gdbm libpcre courier-unicode libidn +# Depends on: gdbm libpcre2 courier-unicode libidn name=maildrop -version=3.0.3 +version=3.0.6 release=1 source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2) |