Browse Source

Merge pull request #14355 from gstrauss/lighttpd-1.4.58

lighttpd: update to lighttpd 1.4.58 release hash
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
4c43153a34
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/lighttpd/Makefile

+ 3
- 3
net/lighttpd/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lighttpd
PKG_VERSION:=1.4.57
PKG_VERSION:=1.4.58
PKG_RELEASE:=1
# release candidate ~rcX testing; remove for release
#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.57
#PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.4.58
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://download.lighttpd.net/lighttpd/releases-1.4.x
PKG_HASH:=52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f
PKG_HASH:=267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=BSD-3-Clause


Loading…
Cancel
Save