[Other] Update dependencies

This commit is contained in:
Connection Refused
2021-11-07 23:13:35 +08:00
parent ae54e911df
commit 8269342608
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/geoip/releases/download/202110140026/geoip.dat' `
-Uri 'https://github.com/v2fly/geoip/releases/latest/download/geoip.dat' `
-OutFile 'geoip.dat'
}
catch {

View File

@@ -2,7 +2,7 @@ Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211016052758/dlc.dat' `
-Uri 'https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat' `
-OutFile 'geosite.dat'
}
catch {