File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11class 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"
You can’t perform that action at this time.
0 commit comments