nginx-dav-ext: bump to v0.1.0
authorAdam Duskett <aduskett@gmail.com>
Mon, 4 Dec 2017 15:22:50 +0000 (10:22 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 6 Dec 2017 21:57:55 +0000 (22:57 +0100)
Also update the license file location and add a hash for the license file.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/nginx-dav-ext/nginx-dav-ext.hash
package/nginx-dav-ext/nginx-dav-ext.mk

index ea7eb8632e1868e87fb8e02974b27071bff99a9d..a711f8c6ff9573ba8f5d916ddd5df86952d6d7d4 100644 (file)
@@ -1,2 +1,3 @@
 # Locally computed
-sha256 d428a0236c933779cb40ac8c91afb19d5c25a376dc3caab825bfd543e1ee530d  nginx-dav-ext-v0.0.3.tar.gz
+sha256 6b004eed8ea16ad8de4d304027bf0413cc323a95914e58625a7dc066481aae3a  nginx-dav-ext-v0.1.0.tar.gz
+sha256 40581cf424621965adaf1461e97129520ff4fcfb62ed9965ec6fd50b7f4ddfca  LICENSE
index 1ba6e10a3fb10992320cbd7aa0f1adab29263969..436bc295adfd8c54f58535a1ee5dfe0ced932901 100644 (file)
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-NGINX_DAV_EXT_VERSION = v0.0.3
+NGINX_DAV_EXT_VERSION = v0.1.0
 NGINX_DAV_EXT_SITE = $(call github,arut,nginx-dav-ext-module,$(NGINX_DAV_EXT_VERSION))
 NGINX_DAV_EXT_LICENSE = BSD-2-Clause
-NGINX_DAV_EXT_LICENSE_FILES = ngx_http_dav_ext_module.c
+NGINX_DAV_EXT_LICENSE_FILES = LICENSE
 NGINX_DAV_EXT_DEPENDENCIES = expat
 
 $(eval $(generic-package))