mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/fish: Updated for version 2.7.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2e6037c31b
commit
92c8c8b369
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fish
|
||||
VERSION=${VERSION:-2.7b1}
|
||||
VERSION=${VERSION:-2.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fish"
|
||||
VERSION="2.7b1"
|
||||
VERSION="2.7.0"
|
||||
HOMEPAGE="http://fishshell.com/"
|
||||
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7b1/fish-2.7b1.tar.gz"
|
||||
MD5SUM="8e6886ee3a38dbf4fd36228472e81d17"
|
||||
DOWNLOAD="https://github.com/fish-shell/fish-shell/releases/download/2.7.0/fish-2.7.0.tar.gz"
|
||||
MD5SUM="fb43957e6f5f1f7d64b1384e9b95ef63"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="man-db"
|
||||
|
|
Loading…
Reference in a new issue