Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/fbgrab: bump to version 1.5
@ 2021-07-10 19:15 Pierre-Jean Texier
  2021-07-12  8:13 ` Timo Ketola
  2021-07-16 20:49 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2021-07-10 19:15 UTC (permalink / raw)
  To: buildroot

See changelog: https://github.com/GunnarMonell/fbgrab/releases/tag/1.5

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
---
 package/fbgrab/fbgrab.hash | 2 +-
 package/fbgrab/fbgrab.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/fbgrab/fbgrab.hash b/package/fbgrab/fbgrab.hash
index 4d9a6b97d4..8cd1ff1518 100644
--- a/package/fbgrab/fbgrab.hash
+++ b/package/fbgrab/fbgrab.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e  fbgrab-1.4.tar.gz
+sha256  0202a9c4fb430eee4d8f566d09ab5f6e35c50804a192ba106046e54eb886f8f1  fbgrab-1.5.tar.gz
 sha256  fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7  COPYING
diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk
index 1ae03ae43f..693c4c282d 100644
--- a/package/fbgrab/fbgrab.mk
+++ b/package/fbgrab/fbgrab.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FBGRAB_VERSION = 1.4
+FBGRAB_VERSION = 1.5
 FBGRAB_SITE = $(call github,GunnarMonell,fbgrab,$(FBGRAB_VERSION))
 FBGRAB_DEPENDENCIES = libpng
 FBGRAB_LICENSE = GPL-2.0
-- 
2.17.1

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

* [Buildroot] [PATCH] package/fbgrab: bump to version 1.5
  2021-07-10 19:15 [Buildroot] [PATCH] package/fbgrab: bump to version 1.5 Pierre-Jean Texier
@ 2021-07-12  8:13 ` Timo Ketola
  2021-07-16 20:49 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Timo Ketola @ 2021-07-12  8:13 UTC (permalink / raw)
  To: buildroot

On 10.7.2021 22.15, Pierre-Jean Texier wrote:
> See changelog: https://github.com/GunnarMonell/fbgrab/releases/tag/1.5
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>

Tested-by: Timo Ketola <timo.ketola@exertus.fi>
Acked-by: Timo Ketola <timo.ketola@exertus.fi>

Thanks for taking care of this.

> ---
>  package/fbgrab/fbgrab.hash | 2 +-
>  package/fbgrab/fbgrab.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/fbgrab/fbgrab.hash b/package/fbgrab/fbgrab.hash
> index 4d9a6b97d4..8cd1ff1518 100644
> --- a/package/fbgrab/fbgrab.hash
> +++ b/package/fbgrab/fbgrab.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  62d7aa82138ac36db0921832f3b5267b4cffc0dc22c8701857ebcb997960a32e  fbgrab-1.4.tar.gz
> +sha256  0202a9c4fb430eee4d8f566d09ab5f6e35c50804a192ba106046e54eb886f8f1  fbgrab-1.5.tar.gz
>  sha256  fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7  COPYING
> diff --git a/package/fbgrab/fbgrab.mk b/package/fbgrab/fbgrab.mk
> index 1ae03ae43f..693c4c282d 100644
> --- a/package/fbgrab/fbgrab.mk
> +++ b/package/fbgrab/fbgrab.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -FBGRAB_VERSION = 1.4
> +FBGRAB_VERSION = 1.5
>  FBGRAB_SITE = $(call github,GunnarMonell,fbgrab,$(FBGRAB_VERSION))
>  FBGRAB_DEPENDENCIES = libpng
>  FBGRAB_LICENSE = GPL-2.0
> 

-- 
Create smart solutions with us!

+------------------------------------------------+
| Timo Ketola            | Exertus Oy            |
| Specialist,            | Kampusranta 9C        |
|       FW & Electronics | 60320 Sein?joki       |
| +358 40 5311 244       | Finland               |
| timo.ketola at exertus.fi | http://www.exertus.fi |
+------------------------+-----------------------+
| /"\                                            |
| \ / ASCII RIBBON CAMPAIGN AGAINST HTML MAIL    |
|  X  http://www.asciiribbon.org/                |
| / \                                            |
+------------------------------------------------+

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

* [Buildroot] [PATCH] package/fbgrab: bump to version 1.5
  2021-07-10 19:15 [Buildroot] [PATCH] package/fbgrab: bump to version 1.5 Pierre-Jean Texier
  2021-07-12  8:13 ` Timo Ketola
@ 2021-07-16 20:49 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-07-16 20:49 UTC (permalink / raw)
  To: buildroot

On Sat, 10 Jul 2021 21:15:50 +0200
Pierre-Jean Texier <texier.pj2@gmail.com> wrote:

> See changelog: https://github.com/GunnarMonell/fbgrab/releases/tag/1.5
> 
> Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
> ---
>  package/fbgrab/fbgrab.hash | 2 +-
>  package/fbgrab/fbgrab.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-16 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-10 19:15 [Buildroot] [PATCH] package/fbgrab: bump to version 1.5 Pierre-Jean Texier
2021-07-12  8:13 ` Timo Ketola
2021-07-16 20:49 ` Thomas Petazzoni

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