All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.20
@ 2022-03-07  9:35 Jan Havran
  2022-03-09 20:29 ` Peter Korsgaard
  2022-03-31  6:50 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Havran @ 2022-03-07  9:35 UTC (permalink / raw)
  To: buildroot; +Cc: Wojciech M. Zabolotny

- Fix URL for 'JACK DBus packaging' GitHub Wiki page.

https://github.com/jackaudio/jack2/releases/tag/v1.9.18
https://github.com/jackaudio/jack2/releases/tag/v1.9.19
https://github.com/jackaudio/jack2/releases/tag/v1.9.20

Signed-off-by: Jan Havran <jan.havran@audified.com>
---
 package/jack2/Config.in  | 4 ++--
 package/jack2/jack2.hash | 2 +-
 package/jack2/jack2.mk   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/jack2/Config.in b/package/jack2/Config.in
index bc883190d5..8abdda6376 100644
--- a/package/jack2/Config.in
+++ b/package/jack2/Config.in
@@ -30,7 +30,7 @@ config BR2_PACKAGE_JACK2_LEGACY
 	help
 	  Build and use jackd.
 
-	  https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
+	  https://github.com/jackaudio/jackaudio.github.com/wiki/JACK-DBus-packaging
 
 config BR2_PACKAGE_JACK2_DBUS
 	bool "dbus jack2"
@@ -42,7 +42,7 @@ config BR2_PACKAGE_JACK2_DBUS
 	help
 	  Build and use jackdbus.
 
-	  https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
+	  https://github.com/jackaudio/jackaudio.github.com/wiki/JACK-DBus-packaging
 
 endif
 
diff --git a/package/jack2/jack2.hash b/package/jack2/jack2.hash
index df708f7ca5..6361473cf7 100644
--- a/package/jack2/jack2.hash
+++ b/package/jack2/jack2.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  38f674bbc57852a8eb3d9faa1f96a0912d26f7d5df14c11005ad499c8ae352f2  jack2-1.9.17.tar.gz
+sha256  915ad2900992159bdb729b9fc4ea134b962ce32b2df0b384fee40a2c5808835d  jack2-1.9.20.tar.gz
 sha256  d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388  COPYING
diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
index e6a036bac9..2e55169984 100644
--- a/package/jack2/jack2.mk
+++ b/package/jack2/jack2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JACK2_VERSION = 1.9.17
+JACK2_VERSION = 1.9.20
 JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
 JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
 JACK2_LICENSE_FILES = COPYING
-- 
2.35.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/jack2: bump to version 1.9.20
  2022-03-07  9:35 [Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.20 Jan Havran
@ 2022-03-09 20:29 ` Peter Korsgaard
  2022-03-31  6:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-09 20:29 UTC (permalink / raw)
  To: Jan Havran; +Cc: Wojciech M. Zabolotny, buildroot

>>>>> "Jan" == Jan Havran <jan.havran@audified.com> writes:

 > - Fix URL for 'JACK DBus packaging' GitHub Wiki page.
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.18
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.19
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.20

 > Signed-off-by: Jan Havran <jan.havran@audified.com>

Committed, thanks.

-- 
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

* Re: [Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.20
  2022-03-07  9:35 [Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.20 Jan Havran
  2022-03-09 20:29 ` Peter Korsgaard
@ 2022-03-31  6:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-03-31  6:50 UTC (permalink / raw)
  To: Jan Havran; +Cc: Wojciech M. Zabolotny, buildroot

>>>>> "Jan" == Jan Havran <jan.havran@audified.com> writes:

 > - Fix URL for 'JACK DBus packaging' GitHub Wiki page.
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.18
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.19
 > https://github.com/jackaudio/jack2/releases/tag/v1.9.20

 > Signed-off-by: Jan Havran <jan.havran@audified.com>

Committed to 2022.02.x given the fixes, thanks.

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

 > diff --git a/package/jack2/Config.in b/package/jack2/Config.in
 > index bc883190d5..8abdda6376 100644
 > --- a/package/jack2/Config.in
 > +++ b/package/jack2/Config.in
 > @@ -30,7 +30,7 @@ config BR2_PACKAGE_JACK2_LEGACY
 >  	help
 >  	  Build and use jackd.
 
 > -	  https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
 > +	  https://github.com/jackaudio/jackaudio.github.com/wiki/JACK-DBus-packaging
 
 >  config BR2_PACKAGE_JACK2_DBUS
 >  	bool "dbus jack2"
 > @@ -42,7 +42,7 @@ config BR2_PACKAGE_JACK2_DBUS
 >  	help
 >  	  Build and use jackdbus.
 
 > -	  https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
 > +	  https://github.com/jackaudio/jackaudio.github.com/wiki/JACK-DBus-packaging
 
 >  endif
 
 > diff --git a/package/jack2/jack2.hash b/package/jack2/jack2.hash
 > index df708f7ca5..6361473cf7 100644
 > --- a/package/jack2/jack2.hash
 > +++ b/package/jack2/jack2.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  38f674bbc57852a8eb3d9faa1f96a0912d26f7d5df14c11005ad499c8ae352f2  jack2-1.9.17.tar.gz
 > +sha256  915ad2900992159bdb729b9fc4ea134b962ce32b2df0b384fee40a2c5808835d  jack2-1.9.20.tar.gz
 >  sha256  d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388  COPYING
 > diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
 > index e6a036bac9..2e55169984 100644
 > --- a/package/jack2/jack2.mk
 > +++ b/package/jack2/jack2.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -JACK2_VERSION = 1.9.17
 > +JACK2_VERSION = 1.9.20
 >  JACK2_SITE = $(call github,jackaudio,jack2,v$(JACK2_VERSION))
 >  JACK2_LICENSE = GPL-2.0+ (jack server), LGPL-2.1+ (jack library)
 >  JACK2_LICENSE_FILES = COPYING
 > -- 

 > 2.35.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

end of thread, other threads:[~2022-03-31  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07  9:35 [Buildroot] [PATCH 1/1] package/jack2: bump to version 1.9.20 Jan Havran
2022-03-09 20:29 ` Peter Korsgaard
2022-03-31  6:50 ` Peter Korsgaard

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.