commit: 7550cd50ab0c998a6b0630c1a153bb891640a475 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sun Jul 25 17:54:13 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Jul 25 17:54:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7550cd50
boinc.eclass: add missing slash in download URL Closes: https://bugs.gentoo.org/803902 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> eclass/boinc.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/boinc.eclass b/eclass/boinc.eclass index d16d6e250..80281c69d 100644 --- a/eclass/boinc.eclass +++ b/eclass/boinc.eclass @@ -56,7 +56,7 @@ get_boinc_src() { *) die "${FUNCNAME}: unknown release type '${RELEASE_TYPE}'" esac - local _SRC_URI="https://github.com/BOINC/boinc/archive" + local _SRC_URI="https://github.com/BOINC/boinc/archive/" _SRC_URI+="${RELEASE_TYPE}_release/${RELEASE_MINOR}/${RELEASE_PATCH}.tar.gz" _SRC_URI+=" -> boinc${SUFFIX}-${RELEASE_PATCH}.tar.gz"
