Update dependencies

This commit is contained in:
Connection Refused
2021-09-13 00:52:56 +08:00
parent 854511f66f
commit 471926adc8
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/202109020025/geoip.dat' `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109102251/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/20210901054852/dlc.dat' `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210910080130/dlc.dat' `
-OutFile 'geosite.dat'
}
catch {