Skip to content

Commit

Permalink
backupninja: update livecheck
Browse files Browse the repository at this point in the history
The existing `livecheck` block for `backupninja` checks the Git tags
for the 0xacab.org/liberate/backupninja repository. This works fine
but the Git repository `url` string is the same as the one that
livecheck generates from the `stable` URL, so we can simply use
`url :stable` instead.
  • Loading branch information
samford committed Jun 28, 2024
1 parent 7be2e50 commit dc035c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/b/backupninja.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Backupninja < Formula
license "GPL-2.0-or-later"

livecheck do
url "https://0xacab.org/liberate/backupninja.git"
url :stable
regex(/^backupninja[._-]v?(\d+(?:\.\d+)+)$/i)
end

Expand Down

0 comments on commit dc035c8

Please sign in to comment.