Skip to content

Commit

Permalink
gcsfuse: add livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 24, 2020
1 parent 9d27c8a commit 4b89dcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/gcsfuse.rb
Expand Up @@ -6,6 +6,11 @@ class Gcsfuse < Formula
license "Apache-2.0"
head "https://github.com/GoogleCloudPlatform/gcsfuse.git"

livecheck do
url "https://github.com/GoogleCloudPlatform/gcsfuse/releases/latest"
regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)["' >]}i)
end

bottle do
cellar :any_skip_relocation
sha256 "f17d670c7a662c8d16aa651b822b754507e22a2d6e4594aea1b0310d3aefb6f6" => :catalina
Expand Down

0 comments on commit 4b89dcd

Please sign in to comment.