diff options
author | Adam Duskett <aduskett@gmail.com> | 2017-12-04 10:22:50 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-12-06 22:57:55 +0100 |
commit | 3c9e70bbe9cae56e5ee0bb969f65e4c96885238d (patch) | |
tree | a221e2c7ecdfd3fb9f48be342756c80b9bcaa971 /package/nginx-dav-ext/nginx-dav-ext.mk | |
parent | 52e732993a7a7c3e8db6fd6c141e787349157518 (diff) | |
download | buildroot-3c9e70bbe9cae56e5ee0bb969f65e4c96885238d.tar.gz buildroot-3c9e70bbe9cae56e5ee0bb969f65e4c96885238d.zip |
nginx-dav-ext: bump to v0.1.0
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>
Diffstat (limited to 'package/nginx-dav-ext/nginx-dav-ext.mk')
-rw-r--r-- | package/nginx-dav-ext/nginx-dav-ext.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nginx-dav-ext/nginx-dav-ext.mk b/package/nginx-dav-ext/nginx-dav-ext.mk index 1ba6e10a3f..436bc295ad 100644 --- a/package/nginx-dav-ext/nginx-dav-ext.mk +++ b/package/nginx-dav-ext/nginx-dav-ext.mk @@ -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)) |