diff options
author | Juergen Daubert <jue@jue.li> | 2014-12-31 13:13:58 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-12-31 13:13:58 +0100 |
commit | ea47940ae8da7807cfa928b56617a113571f1588 (patch) | |
tree | c36ce8a4d414a92172e2c9b2c941c0096d5cd695 /msmtp | |
parent | 55b6e8238c6ae18cbac2c1183ecab690c41cb8d1 (diff) | |
download | opt-ea47940ae8da7807cfa928b56617a113571f1588.tar.gz opt-ea47940ae8da7807cfa928b56617a113571f1588.tar.xz |
msmtp: update to 1.6.0
Diffstat (limited to 'msmtp')
-rw-r--r-- | msmtp/.md5sum | 2 | ||||
-rw-r--r-- | msmtp/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/msmtp/.md5sum b/msmtp/.md5sum index 98a55ec49..7b31e7852 100644 --- a/msmtp/.md5sum +++ b/msmtp/.md5sum @@ -1 +1 @@ -aa60e22211118f222470439cea60f795 msmtp-1.4.32.tar.bz2 +1c166853b63c02ae2ab56b50f1aae57b msmtp-1.6.0.tar.xz diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile index adcb416c0..3f0d81bd5 100644 --- a/msmtp/Pkgfile +++ b/msmtp/Pkgfile @@ -5,9 +5,9 @@ # Depends on: openssl name=msmtp -version=1.4.32 +version=1.6.0 release=1 -source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.bz2) +source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.xz) build() { cd $name-$version |