Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 608caf5

Browse files
author
Yevgeny Pats
committed
Merge branch 'master' of github.com:fuzzitdev/fuzzit
2 parents 5efdc7b + 89583b5 commit 608caf5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

fuzzit.rb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was generated by GoReleaser. DO NOT EDIT.
2+
class Fuzzit < Formula
3+
desc "Continuous Fuzzing Made Simple."
4+
homepage "https://fuzzit.dev"
5+
version "2.4.9"
6+
bottle :unneeded
7+
8+
if OS.mac?
9+
url "https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.9/fuzzit_Darwin_x86_64.zip"
10+
sha256 "65d94ef39206bd59c2b608ae0d3044eb2b5fafb3bba88cdc21aef1030e6869e3"
11+
elsif OS.linux?
12+
url "https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.9/fuzzit_Linux_x86_64.zip"
13+
sha256 "764e0d85f9d34ce506b5217095abf5cd9122b9cd1a9d7c338a7cc82dde8d2554"
14+
end
15+
16+
def install
17+
bin.install "fuzzit"
18+
end
19+
end

0 commit comments

Comments
 (0)