msmtp: update to 1.4.14

This commit is contained in:
Juergen Daubert 2008-03-14 11:28:02 +01:00
parent 2bd964b0f4
commit 2fe27cc658
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
021a91d7145100ad0f00c912c8104e03 msmtp-1.4.13.tar.bz2
4b17967f9dc1ebefa4191b6ca701af33 msmtp-1.4.14.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: openssl
name=msmtp
version=1.4.13
version=1.4.14
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
@ -14,5 +14,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -r $PKG/usr/share
}