All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gauche: bump to version 0.9.12
@ 2022-08-08 15:48 Fabrice Fontaine
  2022-08-08 21:08 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-08-08 15:48 UTC (permalink / raw)
  To: buildroot; +Cc: Hiroshi Kawashima, Fabrice Fontaine

- Update site to get latest release
- Update hash of COPYING (update in year with
  https://github.com/shirok/Gauche/commit/09a3d4f9da52d8b3d9bc28a0ff2aa9c02e99190a
  https://github.com/shirok/Gauche/commit/2a4146798cdaceaf43764e1bf7b959b4a31bf995)

https://github.com/shirok/Gauche/blob/release0_9_12/ChangeLog
https://practical-scheme.net/gauche/gmemo/index.cgi?Release%200.9.12

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gauche/gauche.hash | 10 +++++-----
 package/gauche/gauche.mk   |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/package/gauche/gauche.hash b/package/gauche/gauche.hash
index dea23c1e33..65e7da9ee1 100644
--- a/package/gauche/gauche.hash
+++ b/package/gauche/gauche.hash
@@ -1,6 +1,6 @@
-# From https://sourceforge.net/projects/gauche/files/Gauche/
-sha1  ad5e15021764b733ec913cca8b77c9a53d4ee997  Gauche-0.9.9.tgz
-md5  20d8ed835ae0bc97cceed78a71f9857b  Gauche-0.9.9.tgz
+# Locally calculated after checking signature
+# https://github.com/shirok/Gauche/releases/download/release0_9_12/Gauche-0.9.12.tgz.asc
+sha256  b4ae64921b07a96661695ebd5aac0dec813d1a68e546a61609113d7843f5b617  Gauche-0.9.12.tgz
+
 # Locally calculated
-sha256  4ca9325322a7efadb9680d156eb7b53521321c9ca4955c4cbe738bc2e1d7f7fb  Gauche-0.9.9.tgz
-sha256  13cb582677dbcdc5b34313c59b4a014e74ef2f5fd80e514a0bd98fd8a4e45bed  COPYING
+sha256  bc09c643a05e14d7ea8264aa737c5c14d60a20911a0309e7b27da231bbb4525d  COPYING
diff --git a/package/gauche/gauche.mk b/package/gauche/gauche.mk
index fe0a613a9d..7c43bd4573 100644
--- a/package/gauche/gauche.mk
+++ b/package/gauche/gauche.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-GAUCHE_VERSION = 0.9.9
+GAUCHE_VERSION = 0.9.12
 GAUCHE_SOURCE = Gauche-$(GAUCHE_VERSION).tgz
-GAUCHE_SITE = http://downloads.sourceforge.net/project/gauche/Gauche
+GAUCHE_SITE = https://github.com/shirok/Gauche/releases/download/release$(subst .,_,$(GAUCHE_VERSION))
 GAUCHE_LICENSE = BSD-3-Clause, Boehm-gc, SRFI (srfi-11.scm), reload (reload.scm)
 GAUCHE_LICENSE_FILES = COPYING
 GAUCHE_DEPENDENCIES = host-gauche
-- 
2.35.1

_______________________________________________
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/gauche: bump to version 0.9.12
  2022-08-08 15:48 [Buildroot] [PATCH 1/1] package/gauche: bump to version 0.9.12 Fabrice Fontaine
@ 2022-08-08 21:08 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-08 21:08 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Hiroshi Kawashima, buildroot

On Mon,  8 Aug 2022 17:48:17 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - Update site to get latest release
> - Update hash of COPYING (update in year with
>   https://github.com/shirok/Gauche/commit/09a3d4f9da52d8b3d9bc28a0ff2aa9c02e99190a
>   https://github.com/shirok/Gauche/commit/2a4146798cdaceaf43764e1bf7b959b4a31bf995)
> 
> https://github.com/shirok/Gauche/blob/release0_9_12/ChangeLog
> https://practical-scheme.net/gauche/gmemo/index.cgi?Release%200.9.12
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gauche/gauche.hash | 10 +++++-----
>  package/gauche/gauche.mk   |  4 ++--
>  2 files changed, 7 insertions(+), 7 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
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:[~2022-08-08 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 15:48 [Buildroot] [PATCH 1/1] package/gauche: bump to version 0.9.12 Fabrice Fontaine
2022-08-08 21:08 ` Thomas Petazzoni 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.