mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-06 06:46:54 +08:00
update 2025-08-06 20:53:42
This commit is contained in:
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/CareyWang/sub-web.git
|
||||
PKG_SOURCE_DATE:=2022-11-10
|
||||
PKG_SOURCE_VERSION:=71e53414a89b5fd5ec0ef453e32202194993d0cf
|
||||
PKG_MIRROR_HASH:=03c5d122e458dbe30a6d39b391aaf06b9654bd77c0efb1840dafae53cb45f75d
|
||||
PKG_SOURCE_DATE:=2025-01-08
|
||||
PKG_SOURCE_VERSION:=a8788c1a02e100ada38efc48ab72f390cd41d54c
|
||||
PKG_MIRROR_HASH:=fe5cc55185d5bee5864a1dc40866133b273c49e19801642218daefe1b434d990
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
@@ -35,7 +35,7 @@ define Build/Compile
|
||||
( \
|
||||
pushd "$(PKG_BUILD_DIR)"; \
|
||||
yarn install; \
|
||||
NODE_OPTIONS=--openssl-legacy-provider yarn build; \
|
||||
yarn build; \
|
||||
popd ; \
|
||||
)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user