From 1dc1b87a2a14d137ef0d618a687200ec4f65bd96 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Tue, 3 Sep 2024 23:50:43 +0800 Subject: [PATCH] timelimit: update 1.9.2 bottle. --- Formula/t/timelimit.rb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Formula/t/timelimit.rb diff --git a/Formula/t/timelimit.rb b/Formula/t/timelimit.rb new file mode 100644 index 00000000000..e45e87bfc27 --- /dev/null +++ b/Formula/t/timelimit.rb @@ -0,0 +1,36 @@ +class Timelimit < Formula + desc "Limit a process's absolute execution time" + homepage "https://devel.ringlet.net/sysutils/timelimit/" + url "https://devel.ringlet.net/files/sys/timelimit/timelimit-1.9.2.tar.gz" + sha256 "320a72770288b2deeb9abbd343f9c27afcb6190bb128ad2a1e1ee2a03a796d45" + license "BSD-2-Clause" + + livecheck do + url :homepage + regex(/latest release is .*?timelimit[._-]v?(\d+(?:\.\d+)+)&1", 143).chomp + end +end