diff --git a/dotnet/aspnetcore-runtime-2.1/Portfile b/dotnet/aspnetcore-runtime-2.1/Portfile index 89280566b952c..5eb4af8048f57 100644 --- a/dotnet/aspnetcore-runtime-2.1/Portfile +++ b/dotnet/aspnetcore-runtime-2.1/Portfile @@ -54,5 +54,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/2.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/2.1 livecheck.regex "ASP.NET Core Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/aspnetcore-runtime-3.1/Portfile b/dotnet/aspnetcore-runtime-3.1/Portfile index 8e1640778ef4f..ada9aceacc4cc 100644 --- a/dotnet/aspnetcore-runtime-3.1/Portfile +++ b/dotnet/aspnetcore-runtime-3.1/Portfile @@ -51,5 +51,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/3.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/3.1 livecheck.regex "ASP.NET Core Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/aspnetcore-runtime-6/Portfile b/dotnet/aspnetcore-runtime-6/Portfile index 9d43ad22de8f1..63833786a1778 100644 --- a/dotnet/aspnetcore-runtime-6/Portfile +++ b/dotnet/aspnetcore-runtime-6/Portfile @@ -66,5 +66,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/6.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/6.0 livecheck.regex "ASP.NET Core Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/aspnetcore-runtime-7/Portfile b/dotnet/aspnetcore-runtime-7/Portfile index b975733d5ed8f..408868c22ef87 100644 --- a/dotnet/aspnetcore-runtime-7/Portfile +++ b/dotnet/aspnetcore-runtime-7/Portfile @@ -66,5 +66,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/7.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/7.0 livecheck.regex "ASP.NET Core Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/aspnetcore-runtime-8/Portfile b/dotnet/aspnetcore-runtime-8/Portfile index bc1dbdacfc59d..8b068ee2b52dd 100644 --- a/dotnet/aspnetcore-runtime-8/Portfile +++ b/dotnet/aspnetcore-runtime-8/Portfile @@ -66,5 +66,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/8.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/8.0 livecheck.regex "ASP.NET Core Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/aspnetcore-runtime-devel/Portfile b/dotnet/aspnetcore-runtime-devel/Portfile index 74bb2f416ba9c..3760ef49d0d53 100644 --- a/dotnet/aspnetcore-runtime-devel/Portfile +++ b/dotnet/aspnetcore-runtime-devel/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name aspnetcore-runtime-devel set main_version 9.0.0 -# See patch version in https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +# See patch version in https://dotnet.microsoft.com/download/dotnet/9.0 set patch_version 6.24328.4 version ${main_version}-preview.${patch_version} revision 0 @@ -70,5 +70,5 @@ destroot { livecheck.version [join [lrange [split ${patch_version} .] 0 0] .] livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/9.0 livecheck.regex "ASP.NET Core Runtime ${main_version}-preview.(\\d)" diff --git a/dotnet/dotnet-cli/Portfile b/dotnet/dotnet-cli/Portfile index 1a3abbf42498e..919a3554b7303 100644 --- a/dotnet/dotnet-cli/Portfile +++ b/dotnet/dotnet-cli/Portfile @@ -97,5 +97,5 @@ destroot { set major_ver [join [lrange [split ${version} .] 0 1] .] livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/${major_ver} +livecheck.url https://dotnet.microsoft.com/download/dotnet/${major_ver} livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-2.1/Portfile b/dotnet/dotnet-runtime-2.1/Portfile index 10702b91b0981..34f14a080a07c 100644 --- a/dotnet/dotnet-runtime-2.1/Portfile +++ b/dotnet/dotnet-runtime-2.1/Portfile @@ -52,5 +52,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/2.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/2.1 livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-3.1/Portfile b/dotnet/dotnet-runtime-3.1/Portfile index 3496297f932be..97bca4f996bab 100644 --- a/dotnet/dotnet-runtime-3.1/Portfile +++ b/dotnet/dotnet-runtime-3.1/Portfile @@ -52,5 +52,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/3.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/3.1 livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-6/Portfile b/dotnet/dotnet-runtime-6/Portfile index 7938cefbc2d14..2509b630180a2 100644 --- a/dotnet/dotnet-runtime-6/Portfile +++ b/dotnet/dotnet-runtime-6/Portfile @@ -67,5 +67,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/6.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/6.0 livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-7/Portfile b/dotnet/dotnet-runtime-7/Portfile index 404e4d612b130..200e649814e72 100644 --- a/dotnet/dotnet-runtime-7/Portfile +++ b/dotnet/dotnet-runtime-7/Portfile @@ -67,5 +67,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/7.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/7.0 livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-8/Portfile b/dotnet/dotnet-runtime-8/Portfile index c0d450e1811cb..c73c27c35c1ab 100644 --- a/dotnet/dotnet-runtime-8/Portfile +++ b/dotnet/dotnet-runtime-8/Portfile @@ -67,5 +67,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/8.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/8.0 livecheck.regex ".NET Runtime (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-runtime-devel/Portfile b/dotnet/dotnet-runtime-devel/Portfile index d075e90d5807f..17980078c418d 100644 --- a/dotnet/dotnet-runtime-devel/Portfile +++ b/dotnet/dotnet-runtime-devel/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name dotnet-runtime-devel set main_version 9.0.0 -# See patch version in https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +# See patch version in https://dotnet.microsoft.com/download/dotnet/9.0 set patch_version 6.24327.7 version ${main_version}-preview.${patch_version} revision 0 @@ -71,5 +71,5 @@ destroot { livecheck.version [join [lrange [split ${patch_version} .] 0 0] .] livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/9.0 livecheck.regex ".NET Runtime ${main_version}-preview.(\\d)" diff --git a/dotnet/dotnet-sdk-2.1/Portfile b/dotnet/dotnet-sdk-2.1/Portfile index 795c8d4dc0d84..fc490996d14fe 100644 --- a/dotnet/dotnet-sdk-2.1/Portfile +++ b/dotnet/dotnet-sdk-2.1/Portfile @@ -52,5 +52,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/2.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/2.1 livecheck.regex "SDK (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-sdk-3.1/Portfile b/dotnet/dotnet-sdk-3.1/Portfile index 81be2e87589a6..6104bcb24e532 100644 --- a/dotnet/dotnet-sdk-3.1/Portfile +++ b/dotnet/dotnet-sdk-3.1/Portfile @@ -75,5 +75,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/3.1 +livecheck.url https://dotnet.microsoft.com/download/dotnet/3.1 livecheck.regex "SDK (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-sdk-6/Portfile b/dotnet/dotnet-sdk-6/Portfile index 7f68c1592e4a9..863846af3c61b 100644 --- a/dotnet/dotnet-sdk-6/Portfile +++ b/dotnet/dotnet-sdk-6/Portfile @@ -98,5 +98,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/6.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/6.0 livecheck.regex "SDK (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-sdk-7/Portfile b/dotnet/dotnet-sdk-7/Portfile index d91de787112cd..e752fd1cc748f 100644 --- a/dotnet/dotnet-sdk-7/Portfile +++ b/dotnet/dotnet-sdk-7/Portfile @@ -98,5 +98,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/7.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/7.0 livecheck.regex "SDK (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-sdk-8/Portfile b/dotnet/dotnet-sdk-8/Portfile index f9d63151bae59..97b94cc963d46 100644 --- a/dotnet/dotnet-sdk-8/Portfile +++ b/dotnet/dotnet-sdk-8/Portfile @@ -98,5 +98,5 @@ destroot { } livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/8.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/8.0 livecheck.regex "SDK (\\d+(?:\\.\\d+)*)" diff --git a/dotnet/dotnet-sdk-devel/Portfile b/dotnet/dotnet-sdk-devel/Portfile index 880cbdb592ebb..23a98a55863fb 100644 --- a/dotnet/dotnet-sdk-devel/Portfile +++ b/dotnet/dotnet-sdk-devel/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name dotnet-sdk-devel set main_version 9.0.100 -# See patch version in https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +# See patch version in https://dotnet.microsoft.com/download/dotnet/9.0 set patch_version 6.24328.19 version ${main_version}-preview.${patch_version} revision 0 @@ -105,5 +105,5 @@ destroot { livecheck.version [join [lrange [split ${patch_version} .] 0 0] .] livecheck.type regex -livecheck.url https://dotnet.microsoft.com/en-us/download/dotnet/9.0 +livecheck.url https://dotnet.microsoft.com/download/dotnet/9.0 livecheck.regex "SDK ${main_version}-preview.(\\d)"