forked from okibcn/ScoopMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update timestamp 2023-04-03T02:20:12Z
- Loading branch information
1 parent
0f1f6f2
commit 5fdb6a3
Showing
21 changed files
with
94 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"version": "202304022208", | ||
"description": "Enhanced ruleset for V2Ray (unofficial)", | ||
"homepage": "https://github.com/Loyalsoldier/v2ray-rules-dat", | ||
"license": "GPL-3.0-only", | ||
"description": "Enhanced edition of V2Ray rules dat files.", | ||
"license": "GPL-3.0-or-later", | ||
"url": [ | ||
"https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202304022208/rules.zip", | ||
"https://github.com/CALMorACT/hola_bucket/raw/master/scripts/v2ray-rules-search.ps1" | ||
], | ||
"hash": [ | ||
"64aad0f3fc08a26dd803e68feadeca60ed622a7d3fdc392c0df6f862aecfd480", | ||
"c189578c79940f3ab935df8c27d0e2e1ca9773acc7ef61f772f83e7c2523e700" | ||
], | ||
"depends": "v2ray", | ||
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202304022208/rules.zip", | ||
"hash": "64aad0f3fc08a26dd803e68feadeca60ed622a7d3fdc392c0df6f862aecfd480", | ||
"installer": { | ||
"script": [ | ||
"if (-not (Test-Path \"$persist_dir\\v2ray-rules-dat\")) {", | ||
" Copy-Item \"$(appdir v2ray $global)\\current\\geoip.dat\" -Destination \"$dir\\geoip.dat.bak\"", | ||
" Copy-Item \"$(appdir v2ray $global)\\current\\geosite.dat\" -Destination \"$dir\\geosite.dat.bak\"", | ||
"}", | ||
"function LinkFile([String] $file, [String] $source = $file) {", | ||
" Write-Host \"Creating SymbolicLink for $file\"", | ||
" New-Item -Force -ItemType SymbolicLink -Path \"$(appdir v2ray $global)\\current\" -Name $file -Target \"$dir\\$source\" | Out-Null", | ||
"}", | ||
"LinkFile 'geoip.dat'", | ||
"LinkFile 'geosite.dat'" | ||
"post_install": [ | ||
"Copy-Item \"$dir/geoip.dat\" \"$dir/../../v2ray/current\" -Force", | ||
"Copy-Item \"$dir/geosite.dat\" \"$dir/../../v2ray/current\" -Force" | ||
], | ||
"bin": [ | ||
[ | ||
"v2ray-rules-search.ps1", | ||
"v2rulesearch" | ||
] | ||
}, | ||
], | ||
"checkver": "github", | ||
"autoupdate": { | ||
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$version/rules.zip", | ||
"hash": { | ||
"url": "$url.sha256sum" | ||
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$version/rules.zip.sha256sum" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.