parent
7e5718dbb8
commit
5cefb35598
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fish-shell'
|
# Template file for 'fish-shell'
|
||||||
pkgname=fish-shell
|
pkgname=fish-shell
|
||||||
version=3.2.2
|
version=3.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="fish-${version}"
|
wrksrc="fish-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -12,8 +12,9 @@ short_desc="User friendly shell intended mostly for interactive use"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://fishshell.com/"
|
homepage="https://fishshell.com/"
|
||||||
|
changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
|
||||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
|
||||||
checksum=5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009
|
checksum=a4215e4cab2a5b101b0b8843720bda3c7eb98e8a14dca0950b8ef17e94282faa
|
||||||
register_shell="/bin/fish /usr/bin/fish"
|
register_shell="/bin/fish /usr/bin/fish"
|
||||||
# tests don't work as root
|
# tests don't work as root
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
Loading…
Reference in New Issue