All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/inotify-tools: bump to version 3.20.2.2
@ 2020-06-11 12:44 Baruch Siach
  2020-06-18 20:39 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2020-06-11 12:44 UTC (permalink / raw)
  To: buildroot

Use upstream provided tarball. Drop autoreconf.

Update homepage URL. The old URL redirects to the new one.

Format hash file with two spaces delimiters.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/inotify-tools/Config.in          | 2 +-
 package/inotify-tools/inotify-tools.hash | 4 ++--
 package/inotify-tools/inotify-tools.mk   | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/inotify-tools/Config.in b/package/inotify-tools/Config.in
index 1ca01b6e1e67..6b113d9e4262 100644
--- a/package/inotify-tools/Config.in
+++ b/package/inotify-tools/Config.in
@@ -8,4 +8,4 @@ config BR2_PACKAGE_INOTIFY_TOOLS
 	  filesystem events. Provides the 'inotifywait' and
 	  'inotifywatch' binaries.
 
-	  https://github.com/rvoicilas/inotify-tools
+	  https://github.com/inotify-tools/inotify-tools
diff --git a/package/inotify-tools/inotify-tools.hash b/package/inotify-tools/inotify-tools.hash
index 83dc22b4a2ba..5984827f8b9f 100644
--- a/package/inotify-tools/inotify-tools.hash
+++ b/package/inotify-tools/inotify-tools.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac inotify-tools-3.20.1.tar.gz
-sha256 e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6 COPYING
+sha256  c5b018567814ea555d716f518b6e3ae243c733f7bd3e8585d81748a6da286f3c  inotify-tools-3.20.2.2.tar.gz
+sha256  e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6  COPYING
diff --git a/package/inotify-tools/inotify-tools.mk b/package/inotify-tools/inotify-tools.mk
index 63626307c2d8..b410ade33d52 100644
--- a/package/inotify-tools/inotify-tools.mk
+++ b/package/inotify-tools/inotify-tools.mk
@@ -4,11 +4,10 @@
 #
 ################################################################################
 
-INOTIFY_TOOLS_VERSION = 3.20.1
-INOTIFY_TOOLS_SITE = $(call github,rvoicilas,inotify-tools,$(INOTIFY_TOOLS_VERSION))
+INOTIFY_TOOLS_VERSION = 3.20.2.2
+INOTIFY_TOOLS_SITE = https://github.com/inotify-tools/inotify-tools/releases/download/$(INOTIFY_TOOLS_VERSION)
 INOTIFY_TOOLS_LICENSE = GPL-2.0+
 INOTIFY_TOOLS_LICENSE_FILES = COPYING
 INOTIFY_TOOLS_INSTALL_STAGING = YES
-INOTIFY_TOOLS_AUTORECONF = YES
 
 $(eval $(autotools-package))
-- 
2.26.2

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

* [Buildroot] [PATCH] package/inotify-tools: bump to version 3.20.2.2
  2020-06-11 12:44 [Buildroot] [PATCH] package/inotify-tools: bump to version 3.20.2.2 Baruch Siach
@ 2020-06-18 20:39 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-06-18 20:39 UTC (permalink / raw)
  To: buildroot

On Thu, 11 Jun 2020 15:44:04 +0300
Baruch Siach <baruch@tkos.co.il> wrote:

> Use upstream provided tarball. Drop autoreconf.
> 
> Update homepage URL. The old URL redirects to the new one.
> 
> Format hash file with two spaces delimiters.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/inotify-tools/Config.in          | 2 +-
>  package/inotify-tools/inotify-tools.hash | 4 ++--
>  package/inotify-tools/inotify-tools.mk   | 5 ++---
>  3 files changed, 5 insertions(+), 6 deletions(-)

Applied to master, thanks.

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

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

end of thread, other threads:[~2020-06-18 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-11 12:44 [Buildroot] [PATCH] package/inotify-tools: bump to version 3.20.2.2 Baruch Siach
2020-06-18 20:39 ` Thomas Petazzoni

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.