From c1dfb17a53b068d47eb999c8eaf156073ae88791 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Mon, 2 Dec 2013 00:10:41 +0100 Subject: [PATCH] n/msmtp: Upgraded to msmtp-1.4.31. --- n/msmtp/msmtp-1.4.29.tar.bz2.sha1 | 1 - n/msmtp/msmtp-1.4.31.tar.bz2.sha1 | 1 + n/msmtp/msmtp.SlackBuild | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 n/msmtp/msmtp-1.4.29.tar.bz2.sha1 create mode 100644 n/msmtp/msmtp-1.4.31.tar.bz2.sha1 diff --git a/n/msmtp/msmtp-1.4.29.tar.bz2.sha1 b/n/msmtp/msmtp-1.4.29.tar.bz2.sha1 deleted file mode 100644 index 4255a11e..00000000 --- a/n/msmtp/msmtp-1.4.29.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -6db88d6c5093b3958b0285b5010f2677b05e0348 msmtp-1.4.29.tar.bz2 diff --git a/n/msmtp/msmtp-1.4.31.tar.bz2.sha1 b/n/msmtp/msmtp-1.4.31.tar.bz2.sha1 new file mode 100644 index 00000000..6b88880c --- /dev/null +++ b/n/msmtp/msmtp-1.4.31.tar.bz2.sha1 @@ -0,0 +1 @@ +c0edce1e1951968853f15209c8509699ff9e9ab5 msmtp-1.4.31.tar.bz2 diff --git a/n/msmtp/msmtp.SlackBuild b/n/msmtp/msmtp.SlackBuild index 6c898edb..71498c96 100755 --- a/n/msmtp/msmtp.SlackBuild +++ b/n/msmtp/msmtp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2010,2011,2012 Damien Goutte-Gattat +# Copyright (C) 2009,2010,2011,2012,2013 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -26,7 +26,7 @@ # Source package infos NAMESRC=${NAMESRC:-msmtp} -VERSION=${VERSION:-1.4.29} +VERSION=${VERSION:-1.4.31} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} WGET=${WGET:-http://downloads.sourceforge.net/msmtp/$ARCHIVE}