mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
naiveproxy: bump to v85.0.4183.83-2
This commit is contained in:
parent
9aa25bdb00
commit
0a8b1effa4
@ -22,7 +22,7 @@ server_addr = s:option(Value, "server_addr", translate("Server Address"))
|
||||
server_addr.description = translate("proto://user:pass@hostname[:port]")
|
||||
server_addr.rmempty = false
|
||||
|
||||
extra_argument= s:option(Value, "extra_argument", translate("Extra Argument"))
|
||||
extra_argument = s:option(Value, "extra_argument", translate("Extra Argument"))
|
||||
extra_argument.description = translate("Appends extra argument to NaiveProxy")
|
||||
|
||||
return mp
|
||||
|
@ -7,12 +7,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=naiveproxy
|
||||
PKG_VERSION:=85.0.4183.83-1
|
||||
PKG_VERSION:=85.0.4183.83-2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=5fa9b2f26212f2414dc0ebc021f64c566585e26c20ec17955cef53ce3bc314da
|
||||
PKG_HASH:=620ca571615ee15d5de4c7723beb1fd3eb806413bbb992c3abcb3972d1a68cae
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_LICENSE:=BSD 3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user