diff --git a/scripts/deps/geoip.ps1 b/scripts/deps/geoip.ps1 index 78afc4a6..37205b2e 100644 --- a/scripts/deps/geoip.ps1 +++ b/scripts/deps/geoip.ps1 @@ -5,7 +5,7 @@ param ( try { Invoke-WebRequest ` - -Uri 'https://github.com/v2fly/geoip/releases/download/202107150023/geoip.dat' ` + -Uri 'https://github.com/v2fly/geoip/releases/download/202107290023/geoip.dat' ` -OutFile 'geoip.dat' } catch { diff --git a/scripts/deps/geosite.ps1 b/scripts/deps/geosite.ps1 index 8f62a026..d9d50077 100644 --- a/scripts/deps/geosite.ps1 +++ b/scripts/deps/geosite.ps1 @@ -5,7 +5,7 @@ param ( try { Invoke-WebRequest ` - -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210718155822/dlc.dat' ` + -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210731055901/dlc.dat' ` -OutFile 'geosite.dat' } catch {