diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-04 01:05:40 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-04 22:42:34 -0700 |
| commit | 49146e3bdf0114f844e4a65cf40a792aaa56eaf2 (patch) | |
| tree | dab83a8e65b104b71d578395637fc68c3418b3ff | |
| parent | 7bc9dcc67d9842d81e5d81edc06498fc7036d6a1 (diff) | |
msmtp: Update to 1.8.12
| -rw-r--r-- | pkg/msmtp/config.h | 6 | ||||
| m--------- | pkg/msmtp/src | 0 | ||||
| -rw-r--r-- | pkg/msmtp/ver | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/pkg/msmtp/config.h b/pkg/msmtp/config.h index d9213d1b..50fc7d69 100644 --- a/pkg/msmtp/config.h +++ b/pkg/msmtp/config.h @@ -40,10 +40,10 @@ #define PACKAGE "msmtp" #define PACKAGE_BUGREPORT "marlam@marlam.de" #define PACKAGE_NAME "msmtp" -#define PACKAGE_STRING "msmtp 1.8.11" +#define PACKAGE_STRING "msmtp 1.8.12" #define PACKAGE_TARNAME "msmtp" #define PACKAGE_URL "https://marlam.de/msmtp" -#define PACKAGE_VERSION "1.8.11" +#define PACKAGE_VERSION "1.8.12" #define PLATFORM "x86_64-pc-linux-musl" #define STDC_HEADERS 1 #ifndef _ALL_SOURCE @@ -61,7 +61,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "1.8.11" +#define VERSION "1.8.12" #if (defined _WIN32 || defined __WIN32__) && !defined __CYGWIN__ #define W32_NATIVE 1 #endif diff --git a/pkg/msmtp/src b/pkg/msmtp/src -Subproject cb26a6630ebeba6184335b0469fccefdd0b1e31 +Subproject 56113d319d22026b32e4cf7eb6633bcc12c453a diff --git a/pkg/msmtp/ver b/pkg/msmtp/ver index 490af41d..879fbd27 100644 --- a/pkg/msmtp/ver +++ b/pkg/msmtp/ver @@ -1 +1 @@ -1.8.11 r0 +1.8.12 r0 |
