Skip to content

Commit

Permalink
Update dotnet links to be global
Browse files Browse the repository at this point in the history
  • Loading branch information
richlander authored and tobypeterson committed Jan 2, 2025
1 parent f813780 commit 1a5cabc
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-2.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-3.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-7/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/aspnetcore-runtime-8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
4 changes: 2 additions & 2 deletions dotnet/aspnetcore-runtime-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-cli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-2.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-3.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-7/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-runtime-8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
4 changes: 2 additions & 2 deletions dotnet/dotnet-runtime-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-2.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-3.1/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-6/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-7/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
2 changes: 1 addition & 1 deletion dotnet/dotnet-sdk-8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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+)*)"
4 changes: 2 additions & 2 deletions dotnet/dotnet-sdk-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"

0 comments on commit 1a5cabc

Please sign in to comment.