Skip to content

Commit

Permalink
rclone 1.55.1 (new cask) (#49)
Browse files Browse the repository at this point in the history
* rclone 1.55.1 (new cask)

* rclone: add livecheck block

* rclone: update and verify github url

* rclone: brew style --fix
  • Loading branch information
jfoster authored Apr 27, 2021
1 parent 832af7b commit b366b9a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Casks/rclone.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "rclone" do
version "1.55.1"
sha256 "a226d27b749d8376ceb696401bd3186e9942d5ed055aba2a37cff5d835aa510a"

url "https://github.com/rclone/rclone/releases/download/v#{version}/rclone-v#{version}-osx-amd64.zip",
verified: "github.com/rclone/rclone"
name "rclone"
desc "Command-line program to manage files on cloud storage"
homepage "https://rclone.org/"

livecheck do
url "https://github.com/rclone/rclone/releases"
strategy :github_latest
end

conflicts_with formula: "rclone"

binary "rclone-v#{version}-osx-amd64/rclone"
end

0 comments on commit b366b9a

Please sign in to comment.