Skip to content

Commit 895d05b

Browse files
Merge branch 'main' of github.com:applegreengrape/timeout-checker into main
2 parents 857db3a + 46c78e1 commit 895d05b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Formula/timeout-checker.rb

+21
Original file line numberDiff line numberDiff line change
@@ -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+
end
20+
end
21+
end

0 commit comments

Comments
 (0)