浏览代码

package/pdmenu: bump to version 1.3.6

- 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>
Fabrice Fontaine 4 年之前
父节点
当前提交
14905c775c
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 2 2
      package/pdmenu/pdmenu.hash
  2. 2 3
      package/pdmenu/pdmenu.mk

+ 2 - 2
package/pdmenu/pdmenu.hash

@@ -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

+ 2 - 3
package/pdmenu/pdmenu.mk

@@ -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)