mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 20:09:07 +01:00
uclient: update to Git HEAD (2026-02-13)
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
63413daa8760 uclient-http: fix HTTP authentication after deferred header processing 4fa6fae02f74 uclient-fetch: Extract opt_post variable 8df3120639a4 uclient-fetch: Use HEAD for --spider 0392dfc8e8c4 uclient-fetch: Support of --method, --body-data and --body-file 115c92824b6d uclient-fetch: add OPTIONS request type a1531e89f6c2 uclient-fetch: support for WebDAV methods Fixes: https://github.com/openwrt/uclient/issues/14 Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7bc8aa492f
commit
88f3c0eeb0
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ PKG_RELEASE=1
|
|||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uclient.git
|
||||
PKG_MIRROR_HASH:=f79f20eb45e1a0342dc9746f4c4b618cac3ed20e6868640eed6b564cb06a22d7
|
||||
PKG_SOURCE_DATE:=2026-01-31
|
||||
PKG_SOURCE_VERSION:=931bbfeb2c92ecaa8ca2262b9bef27df8614ffb9
|
||||
PKG_MIRROR_HASH:=527e4648d0e12037afbe61ea2aa6b914247f528ae0d20e138b9faa79327d63fd
|
||||
PKG_SOURCE_DATE:=2026-02-13
|
||||
PKG_SOURCE_VERSION:=a1531e89f6c22f92a2ac52b0408a7f5c755a09f2
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DEPENDS:=ustream-ssl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue