inotify-tools: update to 3.20.1 6018/head
authorReiner Herrmann <reiner@reiner-h.de>
Mon, 7 May 2018 16:31:39 +0000 (18:31 +0200)
committerReiner Herrmann <reiner@reiner-h.de>
Mon, 7 May 2018 18:18:59 +0000 (20:18 +0200)
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
utils/inotify-tools/Makefile

index 28bc9c48a164c127e9614176fc5ac10bd7a8f65d..6d8173951f6d78949ba7e569f2f2ab7b252afb26 100644 (file)
@@ -1,11 +1,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=inotify-tools
-PKG_VERSION:=3.14
-PKG_HASH:=222bcca8893d7bf8a1ce207fb39ceead5233b5015623d099392e95197676c92f
+PKG_VERSION:=3.20.1
+PKG_HASH:=a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac
 PKG_RELEASE:=1
 
-PKG_SOURCE_URL:=https://github.com/downloads/rvoicilas/inotify-tools/
+PKG_SOURCE_URL:=https://codeload.github.com/rvoicilas/inotify-tools/tar.gz/$(PKG_VERSION)?
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
@@ -13,6 +13,7 @@ PKG_LICENSE:=GPLv2
 PKG_LICENSE_FILES:=COPYING
 
 PKG_INSTALL:=1
+PKG_FIXUP:=autoreconf
 
 include $(INCLUDE_DIR)/package.mk