Commit 677f0863 authored by Casey Strouse's avatar Casey Strouse

Update fish from 2.3.0 to 2.5.0

This is a bugfix/general maintenance release. Completions for a lot more
programs were added and performance improvements were made.

Tested as working on Samsung XE50013-K01US (x86_64).
parent 4d757fbd
require 'package'
class Fish < Package
version '2.3.0'
source_url 'https://github.com/fish-shell/fish-shell/releases/download/2.3.0/fish-2.3.0.tar.gz'
source_sha1 'afc6e9ea4cbd1ade63e9af41280b1f08bff23bba'
version '2.5.0'
source_url 'https://github.com/fish-shell/fish-shell/releases/download/2.5.0/fish-2.5.0.tar.gz'
source_sha1 'ec52debe0a829b9df29f658697523af7c18ee778'
depends_on 'ncurses'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment