Browse Source

Merge pull request #4047 from MikePetullo/lighttpd

lighttpd: update to 1.4.45
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
76a9f80f94
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/lighttpd/Makefile

+ 3
- 3
net/lighttpd/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lighttpd
PKG_VERSION:=1.4.42
PKG_RELEASE:=2
PKG_VERSION:=1.4.45
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x
PKG_MD5SUM:=53c55d7e1dac7adec161cd5490491f6d
PKG_MD5SUM:=a128e1eda76899ce3fd115efae5fe631
PKG_LICENSE:=BSD-3c
PKG_LICENSE_FILES:=COPYING


Loading…
Cancel
Save