From 1d6c58268d1c1ee5d9889874718dbb7e4e156235 Mon Sep 17 00:00:00 2001 From: Adrian Dmitroca Date: Wed, 13 Apr 2016 15:51:19 +0200 Subject: [PATCH] git-ftp 1.2.0 git-ftp update to 1.2.0 Closes #278. Signed-off-by: Andrew Janke --- Formula/git-ftp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/git-ftp.rb b/Formula/git-ftp.rb index c54c1050f7..e56466488c 100644 --- a/Formula/git-ftp.rb +++ b/Formula/git-ftp.rb @@ -1,8 +1,8 @@ class GitFtp < Formula desc "Git-powered FTP client" homepage "https://git-ftp.github.io/git-ftp" - url "https://github.com/git-ftp/git-ftp/archive/1.1.0.tar.gz" - sha256 "b0de6dc36db506ac25a6fda21cb33d37b6a0b205fc72b0bd96de87359defc837" + url "https://github.com/git-ftp/git-ftp/archive/1.2.0.tar.gz" + sha256 "c0279c85f3f8533eb47e24d3ba9055af3804c613cc9076b7901bf7a1da82a95c" head "https://github.com/git-ftp/git-ftp.git", :branch => "develop"