Skip to content

Commit

Permalink
Update timestamp 2024-11-18T22:53:26Z
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 18, 2024
1 parent d51b167 commit 888ded0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 44 deletions.
47 changes: 12 additions & 35 deletions bucket/v2ray-rules-dat.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,24 @@
{
"version": "202411172211",
"description": "Data files from Loyalsoldier/v2ray-rules-dat, works for v2ray and Xray.",
"version": "202411182212",
"description": "Enhanced ruleset for V2Ray (unofficial)",
"homepage": "https://github.com/Loyalsoldier/v2ray-rules-dat",
"license": {
"identifier": "GPL-3.0-or-later",
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/raw/master/LICENSE"
},
"license": "GPL-3.0-only",
"depends": "v2ray",
"url": [
"https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202411172211/geoip.dat",
"https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202411172211/geosite.dat"
],
"hash": [
"8aa45369b335353063ddbb6d687cc9ea12bd19b12ca2915630b50a85bc591226",
"2eeb77b07ec44d5d60ff13a6be02de85cc2c62cc6d8edd7ad16e35f1348b2eb1"
],
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/202411182212/rules.zip",
"hash": "fb7f7c215e4f87ad327ee4d97320bdd51d226b309b1d383ad45972baeb7d8917",
"installer": {
"script": [
"@('LoyalsoldierSite.dat', 'LoyalsoldierGeoIP.dat', 'geosite.dat', 'geoip.dat') | ForEach-Object { Remove-Item \"$(appdir v2ray $global)\\current\\$_\" -Force -ErrorAction SilentlyContinue }",
"New-Item \"$(appdir v2ray $global)\\current\\LoyalsoldierSite.dat\" -ItemType HardLink -Target \"$dir\\geosite.dat\" | Out-Null",
"New-Item \"$(appdir v2ray $global)\\current\\LoyalsoldierIP.dat\" -ItemType HardLink -Target \"$dir\\geoip.dat\" | Out-Null",
"New-Item \"$(appdir v2ray $global)\\current\\geosite.dat\" -ItemType HardLink -Target \"$dir\\geosite.dat\" | Out-Null",
"New-Item \"$(appdir v2ray $global)\\current\\geoip.dat\" -ItemType HardLink -Target \"$dir\\geoip.dat\" | Out-Null",
"Write-Host \"v2ray-rules-dat installation finished, it's suggested to restart your applications using v2ray-rules-dat now.\" -ForegroundColor Magenta"
"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'"
]
},
"uninstaller": {
"script": [
"Remove-Item \"$(appdir v2ray $global)\\current\\LoyalsoldierIP.dat\" -Force -ErrorAction 'SilentlyContinue'",
"Remove-Item \"$(appdir v2ray $global)\\current\\LoyalsoldierSite.dat\" -Force -ErrorAction 'SilentlyContinue'",
"Remove-Item \"$(appdir v2ray $global)\\current\\geosite.dat\" -Force -ErrorAction 'SilentlyContinue'",
"Remove-Item \"$(appdir v2ray $global)\\current\\geoip.dat\" -Force -ErrorAction 'SilentlyContinue'"
]
},
"env_set": {
"V2RAY_LOCATION_ASSET": "$(scoop prefix v2ray)"
},
"checkver": "github",
"autoupdate": {
"url": [
"https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$version/geoip.dat",
"https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$version/geosite.dat"
],
"url": "https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$version/rules.zip",
"hash": {
"url": "$url.sha256sum"
}
Expand Down
18 changes: 9 additions & 9 deletions stats.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"appsDeleted": 0,
"date": "2024-11-18T22:34:00Z",
"appsNew": 0,
"badBuckets": 181,
"prevDate": "2024-11-18T21:53:23Z",
"appsUpdated": 7501,
"downloads": 985,
"apps": 49852,
"downloads": 986,
"totalDownloads": 15266893,
"appsNew": 0,
"badManifests": 21,
"manifests": 210648,
"apps": 49852,
"appsDeleted": 0,
"totalBuckets": 2051,
"prevDate": "2024-11-18T22:34:00Z",
"buckets": 1870,
"manifests": 210648,
"totalDownloads": 15265907
"date": "2024-11-18T22:53:26Z",
"appsUpdated": 1
}

0 comments on commit 888ded0

Please sign in to comment.