diff options
author | Juergen Daubert <jue@jue.li> | 2016-03-30 21:12:22 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-03-30 21:12:22 +0200 |
commit | 0b4c51442448161539f54fcdaadc4a14967e7227 (patch) | |
tree | da8e2e4476374a8cdc7cfbec594aa040f3ef7ff8 /mailx | |
parent | cd82df37e042f6aba71cfdf7c5388c8565544a70 (diff) | |
download | opt-0b4c51442448161539f54fcdaadc4a14967e7227.tar.gz opt-0b4c51442448161539f54fcdaadc4a14967e7227.tar.xz |
mailx: update to 14.8.8
Diffstat (limited to 'mailx')
-rw-r--r-- | mailx/.md5sum | 2 | ||||
-rw-r--r-- | mailx/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mailx/.md5sum b/mailx/.md5sum index 5544d3cbf..8aa6ceb1a 100644 --- a/mailx/.md5sum +++ b/mailx/.md5sum @@ -1 +1 @@ -870220957cd3706558e71e935eca0897 s-nail-14_8_6.tar.xz +53e353b4975ea7dcd161dd1423e3867a s-nail-14.8.8.tar.xz diff --git a/mailx/Pkgfile b/mailx/Pkgfile index 6344f2b85..752fbe051 100644 --- a/mailx/Pkgfile +++ b/mailx/Pkgfile @@ -4,9 +4,9 @@ # Depends on: openssl readline name=mailx -version=14.8.6 +version=14.8.8 release=1 -source=(http://downloads.sourceforge.net/project/s-nail/s-nail-${version//./_}.tar.xz) +source=(https://www.sdaoden.eu/downloads/s-nail-$version.tar.xz) build() { cd s-nail-$version |