mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
xfrpc: update to 4.04.856
Fixes compilation with GCC14. Switch to local tarballs instead of codeload. Smaller archives. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
10e8e2bbe7
commit
4014c0207e
@@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=xfrpc
|
||||
PKG_VERSION:=3.05.661
|
||||
PKG_VERSION:=4.04.856
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/liudf0716/xfrpc/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=202b5eb6d4ecee5444ac5a55fea462ad106ebfb88f51ca8499553db4f701f28f
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/xfrpc-$(PKG_VERSION)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/liudf0716/xfrpc
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=6015d9e92652594eea6349421158cace65b5994e8eb30612a6f8f0e5baf1b2ce
|
||||
|
||||
PKG_MAINTAINER:=Dengfeng Liu <liudf0716@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user