From 8269342608ec3de9269eff3eadb3abb65f3ed590 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 7 Nov 2021 23:13:35 +0800 Subject: [PATCH] [Other] Update dependencies --- Other/geoip/build.ps1 | 2 +- Other/geosite/build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {