diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-08-19 20:26:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-20 23:04:52 +0200 |
commit | 1e4693fca64f294d88aec37f48d6ceee5f198a10 (patch) | |
tree | 06079567eb4eac6b5d095c6402b6943c71e0fc11 | |
parent | ccbe0e5992036200b473d1ee8a99a0e99c71ed44 (diff) | |
download | buildroot-1e4693fca64f294d88aec37f48d6ceee5f198a10.tar.gz buildroot-1e4693fca64f294d88aec37f48d6ceee5f198a10.zip |
package/pound: bump version to 2.8
Release notes:
www.apsis.ch/pound/pound_list/archive/2018/2018-05/1526034164000
Added license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/pound/pound.hash | 3 | ||||
-rw-r--r-- | package/pound/pound.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/pound/pound.hash b/package/pound/pound.hash index 6908b9060c..7fbf01b89b 100644 --- a/package/pound/pound.hash +++ b/package/pound/pound.hash @@ -1,2 +1,3 @@ # Locally computed -sha256 cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4 Pound-2.7.tgz +sha256 a7fd8690de0fd390615e79fd0f4bfd56a544b8ef97dd6659c07ecd3207480c25 Pound-2.8.tgz +sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 GPL.txt diff --git a/package/pound/pound.mk b/package/pound/pound.mk index 6f7cc848f8..9a62cf7a58 100644 --- a/package/pound/pound.mk +++ b/package/pound/pound.mk @@ -4,7 +4,7 @@ # ################################################################################ -POUND_VERSION = 2.7 +POUND_VERSION = 2.8 POUND_SITE = http://www.apsis.ch/pound POUND_SOURCE = Pound-$(POUND_VERSION).tgz POUND_LICENSE = GPL-3.0+ |