diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-05 11:25:59 +0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-09 23:58:59 +0200 |
| commit | 2146a779b8a198f908bf3387e893cfba318e109a (patch) | |
| tree | 9203c750f7daa865227e283c915579045802aacb /package/log4cpp/log4cpp.mk | |
| parent | 62e626b2ab9f60b21b8c8c392b0dc4ccd509f69b (diff) | |
| download | buildroot-2146a779b8a198f908bf3387e893cfba318e109a.tar.gz buildroot-2146a779b8a198f908bf3387e893cfba318e109a.zip | |
package/log4cpp: bump version to 1.1.3
Added sha256 hash, removed patch applied upstream:
https://sourceforge.net/p/log4cpp/codegit/ci/fe4ed0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/log4cpp/log4cpp.mk')
| -rw-r--r-- | package/log4cpp/log4cpp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/log4cpp/log4cpp.mk b/package/log4cpp/log4cpp.mk index 1801cffffc..aab05f22f6 100644 --- a/package/log4cpp/log4cpp.mk +++ b/package/log4cpp/log4cpp.mk @@ -5,7 +5,7 @@ ################################################################################ LOG4CPP_VERSION_MAJOR = 1.1 -LOG4CPP_VERSION = $(LOG4CPP_VERSION_MAJOR).1 +LOG4CPP_VERSION = $(LOG4CPP_VERSION_MAJOR).3 LOG4CPP_SITE = http://downloads.sourceforge.net/project/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-$(LOG4CPP_VERSION_MAJOR) LOG4CPP_SUBDIR = log4cpp # The "or later" is indicated in the HTML documentation |

