* [Buildroot] [PATCH] package/ramsmp: switch to a Github repo
@ 2025-02-03 11:19 Sébastien Szymanski
2025-02-03 13:58 ` Baruch Siach via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Szymanski @ 2025-02-03 11:19 UTC (permalink / raw)
To: buildroot
The package is no more available at alasir.com.
Someone puts the package on a github repository so use that repository.
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
I have checked that the content are the same:
$ diff -r ramsmp-3.5.0/ ramspeed-smp-6af3330aa3b15f6e79eda45d0a88fe5254d46377/
Only in ramsmp-3.5.0/: temp
temp dir is empty.
---
package/ramsmp/ramsmp.hash | 1 +
package/ramsmp/ramsmp.mk | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/ramsmp/ramsmp.hash b/package/ramsmp/ramsmp.hash
index c5e29a3900b1ffc53b99e90ccdf36dd7cbb075ff..f6e7bdbb56b4b2c116a0d905c79df0ea8fe90456 100644
--- a/package/ramsmp/ramsmp.hash
+++ b/package/ramsmp/ramsmp.hash
@@ -1,3 +1,4 @@
# Locally computed
+sha256 220f056019f1dbf89cbc02d5902ea66cc31c1ca59d9755f19a01385624e5d23b ramsmp-6af3330aa3b15f6e79eda45d0a88fe5254d46377.tar.gz
sha256 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839 ramsmp-3.5.0.tar.gz
sha256 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad LICENCE
diff --git a/package/ramsmp/ramsmp.mk b/package/ramsmp/ramsmp.mk
index 6098376da596725969bc42341b69b09385a0079c..f8de6c936ce22e8e05d6f041ac6c4fb5521647e5 100644
--- a/package/ramsmp/ramsmp.mk
+++ b/package/ramsmp/ramsmp.mk
@@ -4,8 +4,8 @@
#
################################################################################
-RAMSMP_VERSION = 3.5.0
-RAMSMP_SITE = http://www.alasir.com/software/ramspeed
+RAMSMP_VERSION = 6af3330aa3b15f6e79eda45d0a88fe5254d46377
+RAMSMP_SITE = $(call github,cruvolo,ramspeed-smp,$(RAMSMP_VERSION))
RAMSMP_ARCH = $(if $(BR2_i386),i386)$(if $(BR2_x86_64),x86_64)
RAMSMP_LICENSE = Alasir License
RAMSMP_LICENSE_FILES = LICENCE
---
base-commit: 85376a71814eefb00212caa6b2d526fcddfbb084
change-id: 20250203-ramsmp-fix-url-2e2ee5728bc2
Best regards,
--
Sébastien Szymanski <sebastien.szymanski@armadeus.com>
_______________________________________________
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] package/ramsmp: switch to a Github repo
2025-02-03 11:19 [Buildroot] [PATCH] package/ramsmp: switch to a Github repo Sébastien Szymanski
@ 2025-02-03 13:58 ` Baruch Siach via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Baruch Siach via buildroot @ 2025-02-03 13:58 UTC (permalink / raw)
To: Sébastien Szymanski; +Cc: buildroot
Hi Sébastien,
On Mon, Feb 03 2025, Sébastien Szymanski wrote:
> The package is no more available at alasir.com.
> Someone puts the package on a github repository so use that repository.
>
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
> I have checked that the content are the same:
>
> $ diff -r ramsmp-3.5.0/ ramspeed-smp-6af3330aa3b15f6e79eda45d0a88fe5254d46377/
> Only in ramsmp-3.5.0/: temp
>
> temp dir is empty.
> ---
> package/ramsmp/ramsmp.hash | 1 +
> package/ramsmp/ramsmp.mk | 4 ++--
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/package/ramsmp/ramsmp.hash b/package/ramsmp/ramsmp.hash
> index c5e29a3900b1ffc53b99e90ccdf36dd7cbb075ff..f6e7bdbb56b4b2c116a0d905c79df0ea8fe90456 100644
> --- a/package/ramsmp/ramsmp.hash
> +++ b/package/ramsmp/ramsmp.hash
> @@ -1,3 +1,4 @@
> # Locally computed
> +sha256 220f056019f1dbf89cbc02d5902ea66cc31c1ca59d9755f19a01385624e5d23b
> ramsmp-6af3330aa3b15f6e79eda45d0a88fe5254d46377.tar.gz
> sha256 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839 ramsmp-3.5.0.tar.gz
This hash line looks redundant now.
baruch
> sha256 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad LICENCE
> diff --git a/package/ramsmp/ramsmp.mk b/package/ramsmp/ramsmp.mk
> index 6098376da596725969bc42341b69b09385a0079c..f8de6c936ce22e8e05d6f041ac6c4fb5521647e5 100644
> --- a/package/ramsmp/ramsmp.mk
> +++ b/package/ramsmp/ramsmp.mk
> @@ -4,8 +4,8 @@
> #
> ################################################################################
>
> -RAMSMP_VERSION = 3.5.0
> -RAMSMP_SITE = http://www.alasir.com/software/ramspeed
> +RAMSMP_VERSION = 6af3330aa3b15f6e79eda45d0a88fe5254d46377
> +RAMSMP_SITE = $(call github,cruvolo,ramspeed-smp,$(RAMSMP_VERSION))
> RAMSMP_ARCH = $(if $(BR2_i386),i386)$(if $(BR2_x86_64),x86_64)
> RAMSMP_LICENSE = Alasir License
> RAMSMP_LICENSE_FILES = LICENCE
>
> ---
> base-commit: 85376a71814eefb00212caa6b2d526fcddfbb084
> change-id: 20250203-ramsmp-fix-url-2e2ee5728bc2
>
> Best regards,
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
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:[~2025-02-03 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 11:19 [Buildroot] [PATCH] package/ramsmp: switch to a Github repo Sébastien Szymanski
2025-02-03 13:58 ` Baruch Siach via buildroot
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.