diff options
author | Lewis Cook <lcook@FreeBSD.org> | 2021-04-23 23:03:32 +0800 |
---|---|---|
committer | Lewis Cook <lcook@FreeBSD.org> | 2021-04-23 23:07:19 +0800 |
commit | 93946d8aaafcff4fe8142ad4b0abb57af426144c (patch) | |
tree | fcd8fa081fb3bd00da9ed182ed9c84c926eac95d /shells/fish | |
parent | 50102831fef8469fa4fb7f0f944f92fab654570a (diff) | |
download | freebsd-ports-gnome-93946d8aaafcff4fe8142ad4b0abb57af426144c.tar.gz freebsd-ports-gnome-93946d8aaafcff4fe8142ad4b0abb57af426144c.tar.zst freebsd-ports-gnome-93946d8aaafcff4fe8142ad4b0abb57af426144c.zip |
shells/fish: Update to 3.2.2
Changes: https://github.com/fish-shell/fish-shell/releases/tag/3.2.2
PR: 255345
Approved by: asomers (maintainer)
MFH: 2021Q2
Diffstat (limited to 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 2 | ||||
-rw-r--r-- | shells/fish/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index a9c52150d6a4..9d35e4150d6f 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,7 +1,7 @@ # Created by: Kai Wang <kaiw27@gmail.com> PORTNAME= fish -DISTVERSION= 3.2.1 +DISTVERSION= 3.2.2 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ diff --git a/shells/fish/distinfo b/shells/fish/distinfo index 6bdf8b97164a..07ffb71c95b0 100644 --- a/shells/fish/distinfo +++ b/shells/fish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616090214 -SHA256 (fish-3.2.1.tar.xz) = d8e49f4090d3778df17dd825e4a2a80192015682423cd9dd02b6675d65c3af5b -SIZE (fish-3.2.1.tar.xz) = 3409808 +TIMESTAMP = 1619185361 +SHA256 (fish-3.2.2.tar.xz) = 5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009 +SIZE (fish-3.2.2.tar.xz) = 3411748 |