diff options
author | Luna Jernberg <droidbittin@gmail.com> | 2023-03-26 23:57:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-01 09:14:08 +0700 |
commit | bf2e135cd95a09201732889c065410a760f49e6c (patch) | |
tree | 8de2c08281c207e71cf4b68a3669b2dec017a5fa /system | |
parent | d6e3e5241890e2e82fa69f1a2d8ed501e2ca7c7b (diff) | |
download | slackbuilds-bf2e135cd95a09201732889c065410a760f49e6c.tar.gz slackbuilds-bf2e135cd95a09201732889c065410a760f49e6c.tar.xz |
system/fish: Updated for version 3.6.1. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/fish/fish.SlackBuild | 5 | ||||
-rw-r--r-- | system/fish/fish.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/system/fish/fish.SlackBuild b/system/fish/fish.SlackBuild index 8b5ce5c404..f8b52cebdc 100644 --- a/system/fish/fish.SlackBuild +++ b/system/fish/fish.SlackBuild @@ -5,6 +5,7 @@ # Copyright 2020 Donald Cooley, South Haven, Indiana USA # Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # Copyright 2009 Pierre Cazenave + # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -48,8 +49,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fish -VERSION=${VERSION:-3.4.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.6.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/fish/fish.info b/system/fish/fish.info index 9f9a0c29d4..90f621f40d 100644 --- a/system/fish/fish.info +++ b/system/fish/fish.info @@ -1,10 +1,10 @@ PRGNAM="fish" -VERSION="3.4.0" +VERSION="3.6.1" HOMEPAGE="https://fishshell.com/" -DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.4.0/fish-3.4.0.tar.xz" -MD5SUM="9fc1318ce5678c84ad57f28bee3580f4" +DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/3.6.1/fish-3.6.1.tar.xz" +MD5SUM="b721bbff7adc221f4e77b44404727026" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Alejandro Andreu" -EMAIL="contact@alejandroandr.eu" +MAINTAINER="Luna Jernberg" +EMAIL="droidbittin@gmail.com" |