All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] package/qt5serialport: update hash source URL
@ 2020-02-03 21:10 Peter Seiderer
  2020-02-03 21:10 ` [Buildroot] [PATCH v1 2/2] package/qt5x11extras: " Peter Seiderer
  2020-02-04 12:52 ` [Buildroot] [PATCH v1 1/2] package/qt5serialport: " Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-02-03 21:10 UTC (permalink / raw)
  To: buildroot

Be more specific for the hash source URL and change from
summary page (.mirrorlist) to direct sha256 download page
(.sha256).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qt5/qt5serialport/5.12.7/qt5serialport.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5serialport/5.12.7/qt5serialport.hash b/package/qt5/qt5serialport/5.12.7/qt5serialport.hash
index d042154ebe..43136542d8 100644
--- a/package/qt5/qt5serialport/5.12.7/qt5serialport.hash
+++ b/package/qt5/qt5serialport/5.12.7/qt5serialport.hash
@@ -1,4 +1,4 @@
-# Hash from: https://download.qt.io/official_releases/qt/5.12/5.12.7/submodules/qtserialport-everywhere-src-5.12.7.tar.xz.mirrorlist
+# Hash from: https://download.qt.io/official_releases/qt/5.12/5.12.7/submodules/qtserialport-everywhere-src-5.12.7.tar.xz.sha256
 sha256 224c282ebed750f46b72dfe18260c3d26fbb74e928dec64bd8c51e7beed8721f qtserialport-everywhere-src-5.12.7.tar.xz
 
 # Hashes for license files:
-- 
2.25.0

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

* [Buildroot] [PATCH v1 2/2] package/qt5x11extras: update hash source URL
  2020-02-03 21:10 [Buildroot] [PATCH v1 1/2] package/qt5serialport: update hash source URL Peter Seiderer
@ 2020-02-03 21:10 ` Peter Seiderer
  2020-02-04 12:52   ` Peter Korsgaard
  2020-02-04 12:52 ` [Buildroot] [PATCH v1 1/2] package/qt5serialport: " Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Seiderer @ 2020-02-03 21:10 UTC (permalink / raw)
  To: buildroot

Be more specific for the hash source URL and change from
summary page (.mirrorlist) to direct sha256 download page
(.sha256).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/qt5/qt5x11extras/5.12.7/qt5x11extras.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5x11extras/5.12.7/qt5x11extras.hash b/package/qt5/qt5x11extras/5.12.7/qt5x11extras.hash
index b8174a86dc..06cdb9c87b 100644
--- a/package/qt5/qt5x11extras/5.12.7/qt5x11extras.hash
+++ b/package/qt5/qt5x11extras/5.12.7/qt5x11extras.hash
@@ -1,4 +1,4 @@
-# Hash from: https://download.qt.io/official_releases/qt/5.12/5.12.7/submodules/qtx11extras-everywhere-src-5.12.7.tar.xz.mirrorlist
+# Hash from: https://download.qt.io/official_releases/qt/5.12/5.12.7/submodules/qtx11extras-everywhere-src-5.12.7.tar.xz.sha256
 sha256 23895f4b1e84f3783526b9e17680df38c587601d4dfa6ff1b81ace432c480b96 qtx11extras-everywhere-src-5.12.7.tar.xz
 
 # Hashes for license files:
-- 
2.25.0

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

* [Buildroot] [PATCH v1 1/2] package/qt5serialport: update hash source URL
  2020-02-03 21:10 [Buildroot] [PATCH v1 1/2] package/qt5serialport: update hash source URL Peter Seiderer
  2020-02-03 21:10 ` [Buildroot] [PATCH v1 2/2] package/qt5x11extras: " Peter Seiderer
@ 2020-02-04 12:52 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-04 12:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Be more specific for the hash source URL and change from
 > summary page (.mirrorlist) to direct sha256 download page
 > (.sha256).

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH v1 2/2] package/qt5x11extras: update hash source URL
  2020-02-03 21:10 ` [Buildroot] [PATCH v1 2/2] package/qt5x11extras: " Peter Seiderer
@ 2020-02-04 12:52   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-04 12:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > Be more specific for the hash source URL and change from
 > summary page (.mirrorlist) to direct sha256 download page
 > (.sha256).

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-02-04 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 21:10 [Buildroot] [PATCH v1 1/2] package/qt5serialport: update hash source URL Peter Seiderer
2020-02-03 21:10 ` [Buildroot] [PATCH v1 2/2] package/qt5x11extras: " Peter Seiderer
2020-02-04 12:52   ` Peter Korsgaard
2020-02-04 12:52 ` [Buildroot] [PATCH v1 1/2] package/qt5serialport: " Peter Korsgaard

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.