We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 857db3a + 46c78e1 commit 895d05bCopy full SHA for 895d05b
Formula/timeout-checker.rb
@@ -0,0 +1,21 @@
1
+# typed: false
2
+# frozen_string_literal: true
3
+
4
+# This file was generated by GoReleaser. DO NOT EDIT.
5
+class TimeoutChecker < Formula
6
+ desc "simple wait& response api for timeout test"
7
+ homepage "https://github.com/applegreengrape/timeout-checker"
8
+ version "0.0.4"
9
+ depends_on :macos
10
11
+ on_macos do
12
+ if Hardware::CPU.intel?
13
+ url "https://github.com/applegreengrape/timeout-checker/releases/download/v0.0.4/timeout-checker_0.0.4_darwin_amd64.zip"
14
+ sha256 "c2535aa791d50aa919dd210b70068065d9db94f4ab221176a61510be44688aeb"
15
16
+ def install
17
+ bin.install "checker-api"
18
+ end
19
20
21
+end
0 commit comments