Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pigpio: Bump to version 74
@ 2020-03-08 12:15 Grzegorz Blach
  2020-04-06 14:10 ` [Buildroot] [PATCH v2] Bump to version 75 Grzegorz Blach
  0 siblings, 1 reply; 4+ messages in thread
From: Grzegorz Blach @ 2020-03-08 12:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
---
 package/pigpio/pigpio.hash | 2 +-
 package/pigpio/pigpio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pigpio/pigpio.hash b/package/pigpio/pigpio.hash
index f20b9bf6bb..e69f7b2d45 100644
--- a/package/pigpio/pigpio.hash
+++ b/package/pigpio/pigpio.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	87ec2ec87cb6cb0f42af47868631e657217b5927cdfbea3ad0ecdc2ca885a2d1  pigpio-7301.tar.gz
+sha256	dd377d0109e20437b323d94523eda1dced6c63f6f347fa564182bc18a3e126aa  pigpio-74.tar.gz
 sha256	6a90b88421a0d9b090e121daa11b3c6d55eed5eeb3281a2fcc454d6a28b5547c  UNLICENCE
diff --git a/package/pigpio/pigpio.mk b/package/pigpio/pigpio.mk
index aed5f2744d..42dd535403 100644
--- a/package/pigpio/pigpio.mk
+++ b/package/pigpio/pigpio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PIGPIO_VERSION = 7301
+PIGPIO_VERSION = 74
 PIGPIO_SITE = $(call github,joan2937,pigpio,v$(PIGPIO_VERSION))
 PIGPIO_LICENSE = Unlicense
 PIGPIO_LICENSE_FILES = UNLICENCE
-- 
2.25.1

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

* [Buildroot] [PATCH v2] Bump to version 75
  2020-03-08 12:15 [Buildroot] [PATCH 1/1] package/pigpio: Bump to version 74 Grzegorz Blach
@ 2020-04-06 14:10 ` Grzegorz Blach
  2020-04-06 18:31   ` Peter Seiderer
  2020-04-06 19:51   ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Grzegorz Blach @ 2020-04-06 14:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
---
Changes v1 -> v2:
  - Bump from version 74 to 75
---
 package/pigpio/pigpio.hash | 2 +-
 package/pigpio/pigpio.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pigpio/pigpio.hash b/package/pigpio/pigpio.hash
index f20b9bf6bb..5b87acf082 100644
--- a/package/pigpio/pigpio.hash
+++ b/package/pigpio/pigpio.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	87ec2ec87cb6cb0f42af47868631e657217b5927cdfbea3ad0ecdc2ca885a2d1  pigpio-7301.tar.gz
+sha256	dfec8d06075a9336433d96a8e2f86810f3332d616cf0d6253d98ad78094aa15a  pigpio-75.tar.gz
 sha256	6a90b88421a0d9b090e121daa11b3c6d55eed5eeb3281a2fcc454d6a28b5547c  UNLICENCE
diff --git a/package/pigpio/pigpio.mk b/package/pigpio/pigpio.mk
index aed5f2744d..89d8deb9ea 100644
--- a/package/pigpio/pigpio.mk
+++ b/package/pigpio/pigpio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PIGPIO_VERSION = 7301
+PIGPIO_VERSION = 75
 PIGPIO_SITE = $(call github,joan2937,pigpio,v$(PIGPIO_VERSION))
 PIGPIO_LICENSE = Unlicense
 PIGPIO_LICENSE_FILES = UNLICENCE
-- 
2.18.2

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

* [Buildroot] [PATCH v2] Bump to version 75
  2020-04-06 14:10 ` [Buildroot] [PATCH v2] Bump to version 75 Grzegorz Blach
@ 2020-04-06 18:31   ` Peter Seiderer
  2020-04-06 19:51   ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-04-06 18:31 UTC (permalink / raw)
  To: buildroot

Hello Grzegorz,

patch subject line should be

	package/pigpio: bump version to 75

Regards,
Peter

On Mon,  6 Apr 2020 16:10:45 +0200, m Blach <grzegorz@blach.pl> wrote:

> Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
> ---
> Changes v1 -> v2:
>   - Bump from version 74 to 75
> ---
>  package/pigpio/pigpio.hash | 2 +-
>  package/pigpio/pigpio.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/pigpio/pigpio.hash b/package/pigpio/pigpio.hash
> index f20b9bf6bb..5b87acf082 100644
> --- a/package/pigpio/pigpio.hash
> +++ b/package/pigpio/pigpio.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256	87ec2ec87cb6cb0f42af47868631e657217b5927cdfbea3ad0ecdc2ca885a2d1  pigpio-7301.tar.gz
> +sha256	dfec8d06075a9336433d96a8e2f86810f3332d616cf0d6253d98ad78094aa15a  pigpio-75.tar.gz
>  sha256	6a90b88421a0d9b090e121daa11b3c6d55eed5eeb3281a2fcc454d6a28b5547c  UNLICENCE
> diff --git a/package/pigpio/pigpio.mk b/package/pigpio/pigpio.mk
> index aed5f2744d..89d8deb9ea 100644
> --- a/package/pigpio/pigpio.mk
> +++ b/package/pigpio/pigpio.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -PIGPIO_VERSION = 7301
> +PIGPIO_VERSION = 75
>  PIGPIO_SITE = $(call github,joan2937,pigpio,v$(PIGPIO_VERSION))
>  PIGPIO_LICENSE = Unlicense
>  PIGPIO_LICENSE_FILES = UNLICENCE

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

* [Buildroot] [PATCH v2] Bump to version 75
  2020-04-06 14:10 ` [Buildroot] [PATCH v2] Bump to version 75 Grzegorz Blach
  2020-04-06 18:31   ` Peter Seiderer
@ 2020-04-06 19:51   ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-04-06 19:51 UTC (permalink / raw)
  To: buildroot

On Mon,  6 Apr 2020 16:10:45 +0200
Grzegorz Blach <grzegorz@blach.pl> wrote:

> Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
> ---
> Changes v1 -> v2:
>   - Bump from version 74 to 75
> ---
>  package/pigpio/pigpio.hash | 2 +-
>  package/pigpio/pigpio.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master after fixing the commit title. Thanks!

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

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

end of thread, other threads:[~2020-04-06 19:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-08 12:15 [Buildroot] [PATCH 1/1] package/pigpio: Bump to version 74 Grzegorz Blach
2020-04-06 14:10 ` [Buildroot] [PATCH v2] Bump to version 75 Grzegorz Blach
2020-04-06 18:31   ` Peter Seiderer
2020-04-06 19:51   ` Thomas Petazzoni

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