From c7dcc51505876fd7b6f2609a55c058ca1f487092 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 11 Jul 2013 11:58:13 +0200 Subject: [PATCH] fish-shell: fix INSTALL script; add missing newline. --- srcpkgs/fish-shell/INSTALL | 2 +- srcpkgs/fish-shell/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fish-shell/INSTALL b/srcpkgs/fish-shell/INSTALL index 9ed2b5a7fd..05de6927f6 100644 --- a/srcpkgs/fish-shell/INSTALL +++ b/srcpkgs/fish-shell/INSTALL @@ -8,4 +8,4 @@ case "$ACTION" in echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish" fi ;; -esac \ No newline at end of file +esac diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template index 51440e4725..91dffc6cff 100644 --- a/srcpkgs/fish-shell/template +++ b/srcpkgs/fish-shell/template @@ -1,7 +1,7 @@ # Template file for 'fish-shell' pkgname=fish-shell version=2.0.0 -revision=2 +revision=3 distfiles="http://fishshell.com/files/${version}/fish-${version}.tar.gz" checksum="7e4c4a0b3c518769a3d31b235e743de7a8d52f851ad19d2df9d53534e6238303" build_style=gnu-configure