pcre2: Update to 10.32
Fixed SourceForge link and removed ftp mirror. Added PKG_BUILD_PARALLEL for faster compilation. Small adjustments for consistency between other Makefiles. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
2aa3725ff7
commit
ef0064d59b
1 changed files with 6 additions and 6 deletions
|
@ -8,20 +8,20 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pcre2
|
PKG_NAME:=pcre2
|
||||||
PKG_VERSION:=10.31
|
PKG_VERSION:=10.32
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/$(PKG_NAME) \
|
PKG_SOURCE_URL:=@SF/pcre/$(PKG_NAME)/$(PKG_VERSION)
|
||||||
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
|
PKG_HASH:=f29e89cc5de813f45786580101aaee3984a65818631d4ddbda7b32f699b87c2e
|
||||||
PKG_HASH:=e07d538704aa65e477b6a392b32ff9fc5edf75ab9a40ddfc876186c4ff4d68ac
|
|
||||||
PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com>
|
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
PKG_LICENSE_FILES:=LICENCE
|
PKG_LICENSE_FILES:=LICENCE
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/libpcre2/default
|
define Package/libpcre2/default
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
URL:=http://www.pcre.org/
|
URL:=https://www.pcre.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpcre2
|
define Package/libpcre2
|
||||||
|
|
Loading…
Reference in a new issue