Skip to content

Commit

Permalink
oksh: add 6.9 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored and BrewTestBot committed May 2, 2021
1 parent d3a80b5 commit 4183f52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/oksh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ class Oksh < Formula
license all_of: [:public_domain, "BSD-3-Clause", "ISC"]
head "https://github.com/ibara/oksh.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_big_sur: "a1cca252262fb01ab4de195acc65986a20644936659bf6ffe2538d37deb78281"
sha256 cellar: :any_skip_relocation, big_sur: "b5bae682becb5abddfb85bf08a48c0acb5f932f6720f11a2dc6a4ee6e1623cb0"
sha256 cellar: :any_skip_relocation, catalina: "9dc5b1d08b077320bc7a91855656bec8afb5d84dd0d4673a8c98455098ef8ee4"
sha256 cellar: :any_skip_relocation, mojave: "197f0a93fb2989dde3cda1b2013c5b03521630d1e00a55af6de08dee354c3078"
end

def install
system "./configure", *std_configure_args, "--disable-silent-rules"
system "make"
Expand Down

0 comments on commit 4183f52

Please sign in to comment.