mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
luv: Update to 1.51.0-1
Changelog: - https://github.com/luvit/luv/releases/tag/1.41.0-0 - https://github.com/luvit/luv/releases/tag/1.41.1-0 - https://github.com/luvit/luv/releases/tag/1.42.0-0 - https://github.com/luvit/luv/releases/tag/1.42.0-1 - https://github.com/luvit/luv/releases/tag/1.43.0-0 - https://github.com/luvit/luv/releases/tag/1.44.2-0 - https://github.com/luvit/luv/releases/tag/1.44.2-1 - https://github.com/luvit/luv/releases/tag/1.45.0-0 - https://github.com/luvit/luv/releases/tag/1.46.0-0 - https://github.com/luvit/luv/releases/tag/1.47.0-0 - https://github.com/luvit/luv/releases/tag/v1.48.0-0 - https://github.com/luvit/luv/releases/tag/1.48.0-1 - https://github.com/luvit/luv/releases/tag/v1.50.0-0 - https://github.com/luvit/luv/releases/tag/1.50.0-1 - https://github.com/luvit/luv/releases/tag/1.51.0-0 - https://github.com/luvit/luv/releases/tag/1.51.0-1 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Hannu Nyman
parent
13ea3654c3
commit
8efcd79a69
@@ -1,15 +1,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luv
|
||||
PKG_REAL_VERSION:=1.40.0-0
|
||||
PKG_REAL_VERSION:=1.51.0-1
|
||||
PKG_VERSION:=$(subst -,.,$(PKG_REAL_VERSION))
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/luvit/luv/releases/download/$(PKG_REAL_VERSION)
|
||||
PKG_HASH:=24473a081c3928eec2a352369cbafda97059574f4a4276861274473e7c7d17a0
|
||||
PKG_HASH:=dc706d9141c185bdce08b6fc8a9d4df05c3ac3676809ee4e9e37e1553d821237
|
||||
|
||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Morteza Milani <milani@pichak.co>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
@@ -55,7 +55,7 @@ endef
|
||||
|
||||
define Package/luv/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/lua
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libluv.so.1.40.0 $(1)/usr/lib/lua/luv.so
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libluv.so.1.51.0 $(1)/usr/lib/lua/luv.so
|
||||
endef
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user