bash: adam now uses fish (#38684)

This commit is contained in:
Adam J. Stewart 2023-07-03 02:44:44 -05:00 committed by GitHub
parent 3811dec18d
commit b6d591e39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -15,8 +15,6 @@ class Bash(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/bash/"
gnu_mirror_path = "bash/bash-5.0.tar.gz"
maintainers("adamjstewart")
version("5.2", sha256="a139c166df7ff4471c5e0733051642ee5556c1cc8a4a78f145583c5c81ab32fb")
version("5.1", sha256="cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa")
version("5.0", sha256="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d")

View File

@ -16,7 +16,8 @@ class Fish(CMakePackage):
url = "https://github.com/fish-shell/fish-shell/releases/download/3.5.1/fish-3.5.1.tar.xz"
git = "https://github.com/fish-shell/fish-shell.git"
list_url = homepage
maintainers("funnell")
maintainers("funnell", "adamjstewart")
version("master", branch="master")
version("3.5.1", sha256="a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928")