summaryrefslogtreecommitdiff
path: root/msmtp
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-03-12 18:39:42 +0100
committerJuergen Daubert <jue@jue.li>2021-03-12 18:39:42 +0100
commit6da7249b89108634820653ca4150b27b3e50c738 (patch)
tree12974d86afd2534574dd786231b4204a0bf14644 /msmtp
parentb5ad677f2a740b451cdac503b4242217ec348a9d (diff)
downloadopt-6da7249b89108634820653ca4150b27b3e50c738.tar.gz
opt-6da7249b89108634820653ca4150b27b3e50c738.tar.xz
msmtp: update to 1.8.15
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.signature6
-rw-r--r--msmtp/Pkgfile23
2 files changed, 15 insertions, 14 deletions
diff --git a/msmtp/.signature b/msmtp/.signature
index 79a91b8d7..ac9ff3388 100644
--- a/msmtp/.signature
+++ b/msmtp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Z+YqLSHG1+yfGzWDSWvWaTTTeWb9LtKJag7weBEWbRCJ+iD+4XCtTQfdp24vVkMtqkBZg8aJwdrAwotlAJDHQY=
-SHA256 (Pkgfile) = 2649251b69262fbee2560d8bf2e99df11a6a47cd4f98cc76adc2f7ff3e6c6dd4
+RWSE3ohX2g5d/cfN3KIuqX6DYP/X+kPryOaMEtMXDfzCODNtvKCTR0Rzcmf590w1MclRMXCFqZAQ8njW2xie+ZdJMrnc64Ey6QA=
+SHA256 (Pkgfile) = 2655f4f16da6260fd0881209d0cb185b3c6fa85544a0f663a48a0c589b10afe2
SHA256 (.footprint) = 8c72467de3e20b7cd7a26216c1ca0ffc2ccaa475bea374a5f3b7277f7e8aedff
-SHA256 (msmtp-1.8.14.tar.xz) = d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4
+SHA256 (msmtp-1.8.15.tar.xz) = 2265dc639ebf2edf3069fffe0a3bd76749f8b58f4001d5cdeae19873949099ce
diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile
index 881bcf952..b68d2d395 100644
--- a/msmtp/Pkgfile
+++ b/msmtp/Pkgfile
@@ -1,19 +1,20 @@
# Description: An SMTP client suitable for use with mutt etc.
-# URL: https://marlam.de/msmtp/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: openssl
+# URL: https://marlam.de/msmtp/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: openssl
name=msmtp
-version=1.8.14
+version=1.8.15
release=1
source=(https://marlam.de/msmtp/releases/$name-$version.tar.xz)
build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --with-tls=openssl \
- --disable-nls
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/info
+ cd $name-$version
+ ./configure \
+ --prefix=/usr \
+ --with-tls=openssl \
+ --disable-nls
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info
}

Generated by cgit