package/pdmenu: bump to version 1.3.6
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 14 Sep 2020 05:47:19 +0000 (07:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 14 Sep 2020 06:42:06 +0000 (08:42 +0200)
- Update site to get latest release
- Update indentation in hash file
- This bump will also fix a build failure with gcc 10 thanks to
  https://git.joeyh.name/index.cgi/pdmenu.git/commit/?id=1a2dce9aaa6cdd0406f0be666929562d3b4521ff

Fixes:
 - http://autobuild.buildroot.org/results/78946a381f9f70975b41d24b0b050ba2073d6ef8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pdmenu/pdmenu.hash
package/pdmenu/pdmenu.mk

index ab3a6660ac4551d8d8c6013bb1837c0e41cca052..00c2569adfa89429ac21ed9ed4849339ed9556af 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256 302aa81b8868133ff5a0f3e3e897f71d425bc628c0d7439addb623f12c277bea pdmenu_1.3.4.tar.gz
+sha256  dedd2a4a5719278b5e49041161990c2f20b5909818837542aaca01819f2c14eb  pdmenu-1.3.6.tar.gz
 
 # License file hash, locally calculated
-sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 doc/COPYING
+sha256  32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670  doc/COPYING
index 783509585ce1e35715a0dedefa5817c4ba638866..2691a67ef6b5daa48c460a3a818a279ec841725f 100644 (file)
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-PDMENU_VERSION = 1.3.4
-PDMENU_SOURCE = pdmenu_$(PDMENU_VERSION).tar.gz
-PDMENU_SITE = http://snapshot.debian.org/archive/debian/20170828T160058Z/pool/main/p/pdmenu
+PDMENU_VERSION = 1.3.6
+PDMENU_SITE = https://git.joeyh.name/index.cgi/pdmenu.git/snapshot
 PDMENU_LICENSE = GPL-2.0
 PDMENU_LICENSE_FILES = doc/COPYING
 PDMENU_DEPENDENCIES = slang $(TARGET_NLS_DEPENDENCIES)