All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/stress-ng: bump to version 0.13.04
@ 2021-10-11 17:13 Sébastien Szymanski
  2021-10-15 21:15 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Szymanski @ 2021-10-11 17:13 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 package/stress-ng/stress-ng.hash | 2 +-
 package/stress-ng/stress-ng.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
index f3eb76fa82..2fdd89a491 100644
--- a/package/stress-ng/stress-ng.hash
+++ b/package/stress-ng/stress-ng.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  f37f739e4d15343360a47980b67dc8b2a6bf3d4d3ef727d55e2dd99a0b64f9ea  stress-ng-0.13.01.tar.xz
+sha256  0277943033fc9750aa869b3fa109663f3540d233a3ddc300d3a869ecbd56f451  stress-ng-0.13.04.tar.xz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk
index e0b385e756..b8f7ce956b 100644
--- a/package/stress-ng/stress-ng.mk
+++ b/package/stress-ng/stress-ng.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-STRESS_NG_VERSION = 0.13.01
+STRESS_NG_VERSION = 0.13.04
 STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
 STRESS_NG_SITE = https://kernel.ubuntu.com/~cking/tarballs/stress-ng
 STRESS_NG_LICENSE = GPL-2.0+
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/stress-ng: bump to version 0.13.04
  2021-10-11 17:13 [Buildroot] [PATCH 1/1] package/stress-ng: bump to version 0.13.04 Sébastien Szymanski
@ 2021-10-15 21:15 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-15 21:15 UTC (permalink / raw)
  To: Sébastien Szymanski, buildroot; +Cc: Romain Naour



On 11/10/2021 19:13, Sébastien Szymanski wrote:
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
>   package/stress-ng/stress-ng.hash | 2 +-
>   package/stress-ng/stress-ng.mk   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/stress-ng/stress-ng.hash b/package/stress-ng/stress-ng.hash
> index f3eb76fa82..2fdd89a491 100644
> --- a/package/stress-ng/stress-ng.hash
> +++ b/package/stress-ng/stress-ng.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  f37f739e4d15343360a47980b67dc8b2a6bf3d4d3ef727d55e2dd99a0b64f9ea  stress-ng-0.13.01.tar.xz
> +sha256  0277943033fc9750aa869b3fa109663f3540d233a3ddc300d3a869ecbd56f451  stress-ng-0.13.04.tar.xz
>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/stress-ng/stress-ng.mk b/package/stress-ng/stress-ng.mk
> index e0b385e756..b8f7ce956b 100644
> --- a/package/stress-ng/stress-ng.mk
> +++ b/package/stress-ng/stress-ng.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -STRESS_NG_VERSION = 0.13.01
> +STRESS_NG_VERSION = 0.13.04

>>> stress-ng 0.13.04 Downloading
wget --passive-ftp -nd -t 3 -O 
'/home/arnout/src/buildroot/output/build/.stress-ng-0.13.04.tar.xz.aU6FmC/output' 
'https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.13.04.tar.xz'
-2021-10-15 23:04:03-- 
https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.13.04.tar.xz
Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216
Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-10-15 23:04:03 ERROR 404: Not Found.


  The whole cking directory seems to have vanished...

  Regards,
  Arnout

>   STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
>   STRESS_NG_SITE = https://kernel.ubuntu.com/~cking/tarballs/stress-ng
>   STRESS_NG_LICENSE = GPL-2.0+
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-15 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 17:13 [Buildroot] [PATCH 1/1] package/stress-ng: bump to version 0.13.04 Sébastien Szymanski
2021-10-15 21:15 ` Arnout Vandecappelle

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.