diff options
author | Donald Cooley <chytraeu@sdf.org> | 2020-06-03 15:17:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-03 15:17:11 +0700 |
commit | ca269b0c14ba700683a7f8fcb4702ae1d107b454 (patch) | |
tree | 2a3ce213fca161537c399458c11841dfbc36cce8 /system/fish | |
parent | b0b5875118770a554d1b7da57e4d17e055e19fe3 (diff) | |
download | slackbuilds-ca269b0c14ba700683a7f8fcb4702ae1d107b454.tar.gz |
system/fish: Updated for version 3.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish')
-rw-r--r-- | system/fish/README | 8 | ||||
-rw-r--r-- | system/fish/fish.SlackBuild | 2 | ||||
-rw-r--r-- | system/fish/fish.info | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/system/fish/README b/system/fish/README index 2f0a1f4067..00f5c35adf 100644 --- a/system/fish/README +++ b/system/fish/README @@ -10,9 +10,7 @@ from the y/bsdgames package. In a stock installation with default PATH ordering, /usr/bin should be checked before /usr/games, so it shouldn't be an issue, but we thought it was worth noting just in case. -Optional packages (also found at slackbuilds.org): - sphinx - libedit +Optional packages (also found at slackbuilds.org): sphinx libedit NOTES: @@ -32,3 +30,7 @@ SlackBuild or typically (as normal user or root): $ fish $ source /etc/profile.d/man-db.sh $ fish_update_completions + +If you are upgrading from version 3.0.0 or before, please also review +the release notes for 3.1.1, 3.1.0 and 3.1b1 at +https://fishshell.com/release_notes.html. diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 5e098fed36..909ee515e2 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fish -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/fish/fish.info b/system/fish/fish.info index 80c1720b99..b70ec030e0 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,10 +1,10 @@ PRGNAM="fish" -VERSION="3.1.0" +VERSION="3.1.2" HOMEPAGE="https://fishshell.com/" -DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.1.0/fish-3.1.0.tar.gz" -MD5SUM="8c9995a5a6d07ce05a1413ca24e16691" +DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.1.2/fish-3.1.2.tar.gz" +MD5SUM="2e9f12a250dccb9ab0529ae6f77710a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="man-db" MAINTAINER="Donald Cooley" -EMAIL="chytraeus@protonmail.com" +EMAIL="chytraeu@sdf.org" |