diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2024-03-20 06:50:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-20 06:57:46 +0700 |
commit | cc0dd9ef89bbec77272da2f894bccf4e7b875bc6 (patch) | |
tree | a3df33c005a87bad2b66e5bc6054f47316699b8f /system/fish | |
parent | 06a317068bfc0f9b62abe1d2c2cd9402d3b77592 (diff) |
system/fish: Updated for version 3.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fish')
-rw-r--r-- | system/fish/fish.SlackBuild | 2 | ||||
-rw-r--r-- | system/fish/fish.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index ae49094d3e02..d50cffa0f715 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -50,7 +50,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fish -VERSION=${VERSION:-3.7.0} +VERSION=${VERSION:-3.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fish/fish.info b/system/fish/fish.info index c10d732dba9c..d5167d50e7a0 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,8 +1,8 @@ PRGNAM="fish" -VERSION="3.7.0" +VERSION="3.7.1" HOMEPAGE="https://fishshell.com/" -DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.7.0/fish-3.7.0.tar.xz" -MD5SUM="22c3fab479b185faf620a3b3f43443c3" +DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.7.1/fish-3.7.1.tar.xz" +MD5SUM="d32913b45d52459f40e6d434389e7bd4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |