buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b
@ 2023-03-19 20:17 Giulio Benetti
  2023-03-19 20:52 ` Peter Seiderer
  0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2023-03-19 20:17 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Peter Seiderer, Indrek Kruusa

Let's also switch to a _SITE that can be accessed from a web browser and
results to be the official one for mmc-utils.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* switch _SITE to a browsable one suggested by Peter Seiderer
---
 package/mmc-utils/mmc-utils.hash | 4 ++--
 package/mmc-utils/mmc-utils.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash
index 1256f63487..22d34c3d40 100644
--- a/package/mmc-utils/mmc-utils.hash
+++ b/package/mmc-utils/mmc-utils.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  f6ed1cb2f02d49df4244f8872b47b22780dd634fa19d857298ce1b793752776f  mmc-utils-dfc3b6ecda84d21418fb4408b39c5c71db4c6458-br1.tar.gz
-sha256  f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081  mmc.h
+sha256  e5a8dacf26a178010202c8fa7cb28b01f50fe967da98cdbdf320b2f110920106  mmc-utils-d4c2910981ff99b983734426dfa99632fb81ac6b-br1.tar.gz
+sha256  f0b53b9d58ee24e8bd9bb69bf4b31f8d1d031cf4f5d5078842198bbc6a779ca5  mmc.h
diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk
index 435e6ae7f1..44abf00dbc 100644
--- a/package/mmc-utils/mmc-utils.mk
+++ b/package/mmc-utils/mmc-utils.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-MMC_UTILS_VERSION = dfc3b6ecda84d21418fb4408b39c5c71db4c6458
-MMC_UTILS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
+MMC_UTILS_VERSION = d4c2910981ff99b983734426dfa99632fb81ac6b
+MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
 MMC_UTILS_SITE_METHOD = git
 MMC_UTILS_LICENSE = GPL-2.0
 MMC_UTILS_LICENSE_FILES = mmc.h
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH v2] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b
  2023-03-19 20:17 [Buildroot] [PATCH v2] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b Giulio Benetti
@ 2023-03-19 20:52 ` Peter Seiderer
  2023-03-20 11:05   ` Giulio Benetti
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Seiderer @ 2023-03-19 20:52 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: Indrek Kruusa, buildroot

Hello Giulio,

On Sun, 19 Mar 2023 21:17:01 +0100, Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Let's also switch to a _SITE that can be accessed from a web browser and
> results to be the official one for mmc-utils.
>
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * switch _SITE to a browsable one suggested by Peter Seiderer
> ---
>  package/mmc-utils/mmc-utils.hash | 4 ++--
>  package/mmc-utils/mmc-utils.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash
> index 1256f63487..22d34c3d40 100644
> --- a/package/mmc-utils/mmc-utils.hash
> +++ b/package/mmc-utils/mmc-utils.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  f6ed1cb2f02d49df4244f8872b47b22780dd634fa19d857298ce1b793752776f  mmc-utils-dfc3b6ecda84d21418fb4408b39c5c71db4c6458-br1.tar.gz
> -sha256  f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081  mmc.h
> +sha256  e5a8dacf26a178010202c8fa7cb28b01f50fe967da98cdbdf320b2f110920106  mmc-utils-d4c2910981ff99b983734426dfa99632fb81ac6b-br1.tar.gz
> +sha256  f0b53b9d58ee24e8bd9bb69bf4b31f8d1d031cf4f5d5078842198bbc6a779ca5  mmc.h
> diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk
> index 435e6ae7f1..44abf00dbc 100644
> --- a/package/mmc-utils/mmc-utils.mk
> +++ b/package/mmc-utils/mmc-utils.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>
> -MMC_UTILS_VERSION = dfc3b6ecda84d21418fb4408b39c5c71db4c6458
> -MMC_UTILS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
> +MMC_UTILS_VERSION = d4c2910981ff99b983734426dfa99632fb81ac6b
> +MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
>  MMC_UTILS_SITE_METHOD = git
>  MMC_UTILS_LICENSE = GPL-2.0
>  MMC_UTILS_LICENSE_FILES = mmc.h

Thanks for patch update, updating the project URL from package/mmc-utils/Config.in
would be nice too ;-)

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

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

* Re: [Buildroot] [PATCH v2] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b
  2023-03-19 20:52 ` Peter Seiderer
@ 2023-03-20 11:05   ` Giulio Benetti
  0 siblings, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2023-03-20 11:05 UTC (permalink / raw)
  To: Peter Seiderer; +Cc: Indrek Kruusa, buildroot

On 19/03/23 21:52, Peter Seiderer wrote:
> Hello Giulio,
> 
> On Sun, 19 Mar 2023 21:17:01 +0100, Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> 
>> Let's also switch to a _SITE that can be accessed from a web browser and
>> results to be the official one for mmc-utils.
>>
>> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
>> ---
>> V1->V2:
>> * switch _SITE to a browsable one suggested by Peter Seiderer
>> ---
>>   package/mmc-utils/mmc-utils.hash | 4 ++--
>>   package/mmc-utils/mmc-utils.mk   | 4 ++--
>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/package/mmc-utils/mmc-utils.hash b/package/mmc-utils/mmc-utils.hash
>> index 1256f63487..22d34c3d40 100644
>> --- a/package/mmc-utils/mmc-utils.hash
>> +++ b/package/mmc-utils/mmc-utils.hash
>> @@ -1,3 +1,3 @@
>>   # Locally computed
>> -sha256  f6ed1cb2f02d49df4244f8872b47b22780dd634fa19d857298ce1b793752776f  mmc-utils-dfc3b6ecda84d21418fb4408b39c5c71db4c6458-br1.tar.gz
>> -sha256  f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081  mmc.h
>> +sha256  e5a8dacf26a178010202c8fa7cb28b01f50fe967da98cdbdf320b2f110920106  mmc-utils-d4c2910981ff99b983734426dfa99632fb81ac6b-br1.tar.gz
>> +sha256  f0b53b9d58ee24e8bd9bb69bf4b31f8d1d031cf4f5d5078842198bbc6a779ca5  mmc.h
>> diff --git a/package/mmc-utils/mmc-utils.mk b/package/mmc-utils/mmc-utils.mk
>> index 435e6ae7f1..44abf00dbc 100644
>> --- a/package/mmc-utils/mmc-utils.mk
>> +++ b/package/mmc-utils/mmc-utils.mk
>> @@ -4,8 +4,8 @@
>>   #
>>   ################################################################################
>>
>> -MMC_UTILS_VERSION = dfc3b6ecda84d21418fb4408b39c5c71db4c6458
>> -MMC_UTILS_SITE = https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
>> +MMC_UTILS_VERSION = d4c2910981ff99b983734426dfa99632fb81ac6b
>> +MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
>>   MMC_UTILS_SITE_METHOD = git
>>   MMC_UTILS_LICENSE = GPL-2.0
>>   MMC_UTILS_LICENSE_FILES = mmc.h
> 
> Thanks for patch update, updating the project URL from package/mmc-utils/Config.in
> would be nice too ;-)

Oops, I've forgotten it. Thanks for pointing, I update and send V3.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-03-20 11:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 20:17 [Buildroot] [PATCH v2] package/mmc-utils: bump to version d4c2910981ff99b983734426dfa99632fb81ac6b Giulio Benetti
2023-03-19 20:52 ` Peter Seiderer
2023-03-20 11:05   ` Giulio Benetti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).