All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pdmenu: bump to version 1.3.6
@ 2020-09-14  5:47 Fabrice Fontaine
  2020-09-14  6:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-09-14  5:47 UTC (permalink / raw)
  To: buildroot

- 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>
---
 package/pdmenu/pdmenu.hash | 4 ++--
 package/pdmenu/pdmenu.mk   | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/pdmenu/pdmenu.hash b/package/pdmenu/pdmenu.hash
index ab3a6660ac..00c2569adf 100644
--- a/package/pdmenu/pdmenu.hash
+++ b/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
diff --git a/package/pdmenu/pdmenu.mk b/package/pdmenu/pdmenu.mk
index 783509585c..c5a896fdd4 100644
--- a/package/pdmenu/pdmenu.mk
+++ b/package/pdmenu/pdmenu.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-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_SOURCE = pdmenu-$(PDMENU_VERSION).tar.gz
+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)
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/pdmenu: bump to version 1.3.6
  2020-09-14  5:47 [Buildroot] [PATCH 1/1] package/pdmenu: bump to version 1.3.6 Fabrice Fontaine
@ 2020-09-14  6:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-14  6:43 UTC (permalink / raw)
  To: buildroot

On Mon, 14 Sep 2020 07:47:19 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

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

Applied to master, after one small fix, see below.

> -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_SOURCE = pdmenu-$(PDMENU_VERSION).tar.gz

This is the default value, so it's not needed, and actually causes a
check-package warning.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-14  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14  5:47 [Buildroot] [PATCH 1/1] package/pdmenu: bump to version 1.3.6 Fabrice Fontaine
2020-09-14  6:43 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.