File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
packages/shared-state-async Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,19 @@ PKG_NAME:=shared-state-async
1111
1212PKG_SOURCE_PROTO: =git
1313PKG_SOURCE_URL: =https://github.com/javierbrk/shared-state-async.git
14- PKG_SOURCE_VERSION: =use-statically-linked-stdlib
14+ PKG_MIRROR_HASH: =2f49d6a1879eaf1ce277cdf527e9e475176f55d9780ae7de6bfcd61fffe7b88c
15+ PKG_SOURCE_VERSION: =a3e4603caacdfe9cc0f6a429859e28b233255402
16+ PKG_SOURCE_DATE: =2025-09-10
1517PKG_MAINTAINER: =Asociación Civil Altermundi <info@altermundi.net>
1618PKG_LICENSE: =AGPL-3.0-only
1719
18-
20+ # openwrt-23.05 use xz
21+ OW_BRANCH: =$(shell echo $$(grep -m1 -o "releases/.*" $(TOPDIR ) /include/version.mk || echo "main" ) | cut -d"/" -f2 | cut -d"." -f1,2 )
22+ ifneq ($(OW_BRANCH ) ,main)
23+ ifeq ($(shell test $$(echo $(OW_BRANCH) | cut -d"." -f1) -lt 24; echo $$?),0)
24+ PKG_MIRROR_HASH: =699622a927ba908d2c5c5729b365cc8d7181799b196682f1a9861f542344dd80
25+ endif
26+ endif
1927
2028GIT_COMMIT_DATE: =$(shell psd="$(PKG_SOURCE_DATE ) " && echo $${psd} | sed 's|-|.|g' )
2129GIT_COMMIT_SHORTHASH: =$(shell psv="$(PKG_SOURCE_VERSION ) " && echo $${psv:0:7} )
You can’t perform that action at this time.
0 commit comments