diff options
author | Manuel Friedli <manuel@fritteli.ch> | 2021-05-18 23:05:17 +0200 |
---|---|---|
committer | Gergely Nagy <ngg@ngg.hu> | 2021-05-26 08:43:37 +0200 |
commit | 5944841287da32bdb9ed8600ee1ce5e7697eb48e (patch) | |
tree | 3fb628a4590c0154759600a367702716d73b8950 /dev-dotnet/msbuildtasks | |
parent | Get rid of autotools-utils. (diff) | |
download | dotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.tar.gz dotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.tar.bz2 dotnet-5944841287da32bdb9ed8600ee1ce5e7697eb48e.zip |
Fix all paths referencing github.com/mono/mono/raw/master/.
Apparently, the main branch in the Mono repo is called "main", not "master".
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
Closes: https://github.com/gentoo/dotnet/pull/497
Fixes: https://github.com/gentoo/dotnet/issues/496
Diffstat (limited to 'dev-dotnet/msbuildtasks')
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r2.ebuild b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r2.ebuild index dfad325..0c7e017 100644 --- a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r2.ebuild +++ b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r2.ebuild @@ -12,7 +12,7 @@ inherit dotnet gac mono-pkg-config HOMEPAGE="https://github.com/loresoft/msbuildtasks" EGIT_COMMIT="014ed0f7a69f4936d7b3b438a5ceca78f902e0ef" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz - https://github.com/mono/mono/raw/master/mcs/class/mono.snk" + https://github.com/mono/mono/raw/main/mcs/class/mono.snk" RESTRICT="mirror" NAME="msbuildtasks" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" diff --git a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r3.ebuild b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r3.ebuild index 9ebaa51..c8d22f4 100644 --- a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r3.ebuild +++ b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.240-r3.ebuild @@ -14,7 +14,7 @@ IUSE="+${USE_DOTNET} +debug developer doc xbuild" HOMEPAGE="https://github.com/loresoft/msbuildtasks" EGIT_COMMIT="014ed0f7a69f4936d7b3b438a5ceca78f902e0ef" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${PN}-${PV}.tar.gz - https://github.com/mono/mono/raw/master/mcs/class/mono.snk" + https://github.com/mono/mono/raw/main/mcs/class/mono.snk" RESTRICT="mirror" NAME="msbuildtasks" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" diff --git a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.260_pre.ebuild b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.260_pre.ebuild index 3778b3c..c3c5714 100644 --- a/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.260_pre.ebuild +++ b/dev-dotnet/msbuildtasks/msbuildtasks-1.5.0.260_pre.ebuild @@ -22,7 +22,7 @@ EGIT_COMMIT="abaab03d71fc07b020a860f6d407f6814cb0f6d5" TARBALL_FILENAME="${PN}-$(get_version_component_range 1-4)" TARBALL_EXT=".tar.gz" SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}${TARBALL_EXT} -> ${TARBALL_FILENAME}${TARBALL_EXT} - https://github.com/mono/mono/raw/master/mcs/class/mono.snk" + https://github.com/mono/mono/raw/main/mcs/class/mono.snk" GITHUB_REPONAME="msbuildtasks" S="${WORKDIR}/${GITHUB_REPONAME}-${EGIT_COMMIT}" |