diff mbox series

[1/1] move sdl_gfx package version from 1.0.1 to 1.0.4

Message ID 20190911050651.31717-1-peter.macleod.thompson@gmail.com
State Changes Requested
Headers show
Series [1/1] move sdl_gfx package version from 1.0.1 to 1.0.4 | expand

Commit Message

Peter Thompson Sept. 11, 2019, 5:06 a.m. UTC
From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>

changed sdl2_gfx_version to 1.0.4

Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_gfx/sdl2_gfx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 11, 2019, 7:57 a.m. UTC | #1
Hello Peter,

On Tue, 10 Sep 2019 23:06:51 -0600
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> 
> changed sdl2_gfx_version to 1.0.4
> 
> Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_gfx/sdl2_gfx.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch. However, you need to update the hash of the
tarball in the .hash file. Also, the commit title should be:

	package/sdl2_gfx: bump to 1.0.4

Could you adjust this (also for the sdl2_image patch) and send an
updated version ?

Thanks!

Thomas
Peter Thompson Sept. 11, 2019, 1:34 p.m. UTC | #2
Will do  - thanks

Peter


On Wed, Sep 11, 2019 at 1:58 AM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello Peter,
>
> On Tue, 10 Sep 2019 23:06:51 -0600
> Peter Thompson <peter.macleod.thompson@gmail.com> wrote:
>
> > From: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> >
> > changed sdl2_gfx_version to 1.0.4
> >
> > Signed-off-by: Peter Macleod Thompson <peter.macleod.thompson@gmail.com>
> > ---
> >  package/sdl2_gfx/sdl2_gfx.mk | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Thanks for the patch. However, you need to update the hash of the
> tarball in the .hash file. Also, the commit title should be:
>
>         package/sdl2_gfx: bump to 1.0.4
>
> Could you adjust this (also for the sdl2_image patch) and send an
> updated version ?
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
diff mbox series

Patch

diff --git a/package/sdl2_gfx/sdl2_gfx.mk b/package/sdl2_gfx/sdl2_gfx.mk
index 1ec138714b..6817391b21 100644
--- a/package/sdl2_gfx/sdl2_gfx.mk
+++ b/package/sdl2_gfx/sdl2_gfx.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-SDL2_GFX_VERSION = 1.0.1
+SDL2_GFX_VERSION = 1.0.4
 SDL2_GFX_SOURCE = SDL2_gfx-$(SDL2_GFX_VERSION).tar.gz
 SDL2_GFX_SITE = http://www.ferzkopp.net/Software/SDL2_gfx
 SDL2_GFX_LICENSE = Zlib