Skip to content

Commit

Permalink
Merge pull request #168212 from Homebrew/ksync-add-livecheck
Browse files Browse the repository at this point in the history
ksync: add livecheck
  • Loading branch information
chenrui333 authored Apr 7, 2024
2 parents 0bd76a4 + 157d6cc commit fd2350d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/k/ksync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ class Ksync < Formula
license "Apache-2.0"
head "https://github.com/ksync/ksync.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9225ba6ae709cf6a380d536a065b68e9ceefb59f0529db7e100fc824119acdcc"
Expand Down

0 comments on commit fd2350d

Please sign in to comment.