mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
boinc.eclass: add missing slash in download URL
Closes: https://bugs.gentoo.org/803902 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user