mirror of
https://github.com/outbackdingo/openwrt-passwall-packages.git
synced 2026-01-27 10:19:59 +00:00
action: add shadowsocks-rust auto update (#119)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
This commit is contained in:
14
.github/workflows/Auto update packages v2.yml
vendored
14
.github/workflows/Auto update packages v2.yml
vendored
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2022-2023 SMALLPROGRAM <https://github.com/smallprogram>
|
||||
# Copyright (c) 2022-2024 SMALLPROGRAM <https://github.com/smallprogram>
|
||||
# Description: Auto update packages v2
|
||||
#
|
||||
name: "Auto update packages v2"
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
pakcages: [brook, chinadns-ng, hysteria, ipt2socks, microsocks,sing-box, trojan, trojan-go, v2ray-core, v2ray-plugin, xray-core, xray-plugin, v2ray-geoip, v2ray-geosite]
|
||||
pakcages: [brook, chinadns-ng, hysteria, ipt2socks, microsocks, shadowsocks-rust, sing-box, trojan, trojan-go, v2ray-core, v2ray-plugin, xray-core, xray-plugin, v2ray-geoip, v2ray-geosite]
|
||||
include:
|
||||
- pakcages: brook
|
||||
folder: brook
|
||||
@@ -112,6 +112,16 @@ jobs:
|
||||
release_download_url: https://codeload.github.com/rofl0r/microsocks/tar.gz/v
|
||||
file_name:
|
||||
|
||||
- pakcages: shadowsocks-rust
|
||||
folder: shadowsocks-rust
|
||||
version_line: 9
|
||||
hash_line: 14
|
||||
version_head: PKG_VERSION:=
|
||||
hash_head: PKG_HASH:=
|
||||
release_api_command: wget -qO- -t5 -T5 "https://api.github.com/repos/shadowsocks/shadowsocks-rust/releases" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g' | awk -F 'v' '{print $2}'
|
||||
release_download_url: https://codeload.github.com/shadowsocks/shadowsocks-rust/tar.gz/v
|
||||
file_name:
|
||||
|
||||
- pakcages: sing-box
|
||||
folder: sing-box
|
||||
version_line: 9
|
||||
|
||||
Reference in New Issue
Block a user