[Other] Update dependencies

This commit is contained in:
Connection Refused
2021-10-15 02:08:59 +08:00
parent 4b997f3fa4
commit 98f8ea22e4
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109300030/geoip.dat' `
-Uri 'https://github.com/v2fly/geoip/releases/download/202110140026/geoip.dat' `
-OutFile 'geoip.dat'
}
catch {

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211001023210/dlc.dat' `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211013090609/dlc.dat' `
-OutFile 'geosite.dat'
}
catch {

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://www.wintun.net/builds/wintun-0.13.zip' `
-Uri 'https://www.wintun.net/builds/wintun-0.14.zip' `
-OutFile 'wintun.zip'
}
catch {