diff --git a/Other/geoip/build.ps1 b/Other/geoip/build.ps1 index c0d35474..fa2499b3 100644 --- a/Other/geoip/build.ps1 +++ b/Other/geoip/build.ps1 @@ -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 { diff --git a/Other/geosite/build.ps1 b/Other/geosite/build.ps1 index 62edf112..7855dfc9 100644 --- a/Other/geosite/build.ps1 +++ b/Other/geosite/build.ps1 @@ -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 {