Skip to content

Commit 6093328

Browse files
committed
atf 0.23
Signed-off-by: Rui Chen <[email protected]>
1 parent 21d229d commit 6093328

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/a/atf.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
class Atf < Formula
22
desc "Automated testing framework"
33
homepage "https://github.com/freebsd/atf"
4-
url "https://github.com/freebsd/atf/releases/download/atf-0.22/atf-0.22.tar.gz"
5-
sha256 "e186c079b5140e894bcb6936a08db4f4bbcb816c8497a7e8d7d34344b4ee1b63"
4+
url "https://github.com/freebsd/atf/releases/download/atf-0.23/atf-0.23.tar.gz"
5+
sha256 "a64e2427d021297f25b3f2e1798f8ec4dc3061ffb01a1cd3f66cc4cee486b10f"
66
license "BSD-2-Clause"
77
head "https://github.com/freebsd/atf.git", branch: "master"
88

9+
livecheck do
10+
url :stable
11+
regex(/^atf[._-]?v?(\d+(?:\.\d+)+)$/i)
12+
end
13+
914
bottle do
1015
sha256 arm64_sequoia: "ec7ee677a1def2695ddcbdf5d1274d4974d0c79e0346902d43f00839369c34cc"
1116
sha256 arm64_sonoma: "edc2041e0800951b201b98ddd61cc90f4c3367194a25782423a3d51d2831aaa3"

0 commit comments

Comments
 (0)