diff options
author | Sam James <sam@gentoo.org> | 2022-06-17 20:15:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-17 20:32:51 +0100 |
commit | c990c58af2bd3c1e318b27d099590f90c863556c (patch) | |
tree | 00e750010d60d8679d5f5a65829833d19aa15be0 /app-shells/bash/bash-9999.ebuild | |
parent | sys-libs/readline: add 8.2_rc1 (diff) | |
download | gentoo-c990c58af2bd3c1e318b27d099590f90c863556c.tar.gz gentoo-c990c58af2bd3c1e318b27d099590f90c863556c.tar.bz2 gentoo-c990c58af2bd3c1e318b27d099590f90c863556c.zip |
app-shells/bash: add 5.2_rc1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash/bash-9999.ebuild')
-rw-r--r-- | app-shells/bash/bash-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/bash/bash-9999.ebuild b/app-shells/bash/bash-9999.ebuild index 9582f937a142..f36854ee07d4 100644 --- a/app-shells/bash/bash-9999.ebuild +++ b/app-shells/bash/bash-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # TODO on release: # - check READLINE_VER, obviously @@ -57,8 +57,8 @@ elif is_release ; then SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" SRC_URI+=" verify-sig? ( mirror://gnu/bash/${MY_P}.tar.gz.sig )" else - SRC_URI="ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" - SRC_URI+=" verify-sig? ( ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" + SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz" + SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${MY_P}.tar.gz.sig ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz.sig )" fi if [[ -n ${GENTOO_PATCH_VER} ]] ; then |