All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.0.18
@ 2022-02-06  5:53 Peter Thompson
  2022-02-06 13:32 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Thompson @ 2022-02-06  5:53 UTC (permalink / raw)
  To: buildroot; +Cc: PeterThompson

From: PeterThompson <peter.macleod.thompson@gmail.com>

Signed-off-by: PeterThompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index 16459e4a59..a490b002b6 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33  SDL2_ttf-2.0.15.tar.gz
-sha256  f6370809c9f644760920d9945c5be07aed17664975f2e4741013d4d9a2ec696f  COPYING.txt
+sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
+sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index 326cb99366..1fe7c0a075 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.0.15
+SDL2_TTF_VERSION = 2.0.18
 SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
 SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
 SDL2_TTF_LICENSE = Zlib
-- 
2.20.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 1/1] package/sdl2_ttf: bump version to 2.0.18
  2022-02-06  5:53 [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.0.18 Peter Thompson
@ 2022-02-06 13:32 ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-06 13:32 UTC (permalink / raw)
  To: Peter Thompson; +Cc: buildroot

>>>>> "Peter" == Peter Thompson <peter.macleod.thompson@gmail.com> writes:

 > From: PeterThompson <peter.macleod.thompson@gmail.com>
 > Signed-off-by: PeterThompson <peter.macleod.thompson@gmail.com>

NIT: You have a space missing before Thompson. You updated the hash of
the license file but didn't explain why.

Committed with that fixed, thanks.

 > ---
 >  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 >  package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
 > index 16459e4a59..a490b002b6 100644
 > --- a/package/sdl2_ttf/sdl2_ttf.hash
 > +++ b/package/sdl2_ttf/sdl2_ttf.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33  SDL2_ttf-2.0.15.tar.gz
 > -sha256  f6370809c9f644760920d9945c5be07aed17664975f2e4741013d4d9a2ec696f  COPYING.txt
 > +sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
 > +sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
 > diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
 > index 326cb99366..1fe7c0a075 100644
 > --- a/package/sdl2_ttf/sdl2_ttf.mk
 > +++ b/package/sdl2_ttf/sdl2_ttf.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -SDL2_TTF_VERSION = 2.0.15
 > +SDL2_TTF_VERSION = 2.0.18
 >  SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
 >  SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
 >  SDL2_TTF_LICENSE = Zlib
 > -- 
 > 2.20.1

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

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.0.18
@ 2022-02-06 21:07 PeterThompson
  0 siblings, 0 replies; 3+ messages in thread
From: PeterThompson @ 2022-02-06 21:07 UTC (permalink / raw)
  To: buildroot; +Cc: Peter Thompson

From: Peter Thompson <peter.macleod.thompson@gmail.com>

Updated package/sdl2_ttf/sdl2_ttf.mk from version 2.0.15 to 2.0.18
Updated package/sdl2_ttf/sdl2_ttf.hash to match version 2.0.18

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index 16459e4a59..a490b002b6 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33  SDL2_ttf-2.0.15.tar.gz
-sha256  f6370809c9f644760920d9945c5be07aed17664975f2e4741013d4d9a2ec696f  COPYING.txt
+sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
+sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index 326cb99366..1fe7c0a075 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.0.15
+SDL2_TTF_VERSION = 2.0.18
 SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
 SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
 SDL2_TTF_LICENSE = Zlib
-- 
2.20.1

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

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

end of thread, other threads:[~2022-02-06 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06  5:53 [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.0.18 Peter Thompson
2022-02-06 13:32 ` Peter Korsgaard
2022-02-06 21:07 PeterThompson

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.