From bb9ad8c0833ae70ac64fcb08d1a167979588d0c3 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Tue, 19 Nov 2019 18:03:11 +1000 Subject: [PATCH] rclone: update URL (#46902) --- Formula/rclone.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/rclone.rb b/Formula/rclone.rb index cc2d18dc68..c63510da54 100644 --- a/Formula/rclone.rb +++ b/Formula/rclone.rb @@ -1,9 +1,9 @@ class Rclone < Formula desc "Rsync for cloud storage" homepage "https://rclone.org/" - url "https://github.com/ncw/rclone/archive/v1.50.1.tar.gz" + url "https://github.com/rclone/rclone/archive/v1.50.1.tar.gz" sha256 "aba9aadd3d20f8684a0150482011a8f9aa36feaf31d987660912378e7892553a" - head "https://github.com/ncw/rclone.git" + head "https://github.com/rclone/rclone.git" bottle do cellar :any_skip_relocation @@ -16,8 +16,8 @@ class Rclone < Formula def install ENV["GOPATH"] = HOMEBREW_CACHE/"go_cache" - mkdir_p buildpath/"src/github.com/ncw/" - ln_s buildpath, buildpath/"src/github.com/ncw/rclone" + mkdir_p buildpath/"src/github.com/rclone/" + ln_s buildpath, buildpath/"src/github.com/rclone/rclone" system "go", "build", "-o", bin/"rclone" man1.install "rclone.1" system bin/"rclone", "genautocomplete", "bash", "rclone.bash"