Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/flite: bump to version 2.2
@ 2021-10-22 21:41 Fabrice Fontaine
  2021-10-24 13:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-22 21:41 UTC (permalink / raw)
  To: buildroot; +Cc: Samuel Martin, Fabrice Fontaine

Switch site to github to get latest release

https://github.com/festvox/flite/releases/tag/v2.2

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

diff --git a/package/flite/flite.hash b/package/flite/flite.hash
index f21a21d186..35ec61960a 100644
--- a/package/flite/flite.hash
+++ b/package/flite/flite.hash
@@ -1,4 +1,4 @@
 # locally computed hash
-sha256  c73c3f6a2ea764977d6eaf0a287722d1e2066b4697088c552e342c790f3d2b85  flite-2.1-release.tar.bz2
+sha256  ab1555fe5adc3f99f1d4a1a0eb1596d329fd6d74f1464a0097c81f53c0cf9e5c  flite-2.2.tar.gz
 # License files, locally calculated
 sha256  d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59  COPYING
diff --git a/package/flite/flite.mk b/package/flite/flite.mk
index fd5f4ec172..79b2288fe3 100644
--- a/package/flite/flite.mk
+++ b/package/flite/flite.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-FLITE_VERSION = 2.1
-FLITE_SOURCE = flite-$(FLITE_VERSION)-release.tar.bz2
-FLITE_SITE = http://www.festvox.org/flite/packed/flite-$(FLITE_VERSION)
+FLITE_VERSION = 2.2
+FLITE_SITE = $(call github,festvox,flite,v$(FLITE_VERSION))
 FLITE_LICENSE = BSD-4-Clause
 FLITE_LICENSE_FILES = COPYING
 
-- 
2.33.0

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

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-22 21:41 [Buildroot] [PATCH 1/1] package/flite: bump to version 2.2 Fabrice Fontaine
2021-10-24 13:10 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox