[Other] Update dependencies

This commit is contained in:
Connection Refused
2021-10-03 18:28:00 +08:00
parent 82ca8428ec
commit 4ec598df4d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109230028/geoip.dat' `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109300030/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/20210923111801/dlc.dat' `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211001023210/dlc.dat' `
-OutFile 'geosite.dat'
}
catch {