8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201abeb commit 3e559eeCopy full SHA for 3e559ee
Formula/so.rb
@@ -5,6 +5,13 @@ class So < Formula
5
sha256 "6d2f541bb00dceb9163faf4cc44ff1bd39e07b46c35d6532e24b47d7ad6d47da"
6
license "MIT"
7
8
+ bottle do
9
+ cellar :any_skip_relocation
10
+ sha256 "b2f6017640c81a6cb40364b8ef4e11ca3b688d69413f08652fa44989e3fbf73d" => :catalina
11
+ sha256 "6f4aa633f76cf93b7e69a7ebc10583a3849452a5d647ee3cd58c2f410cdb38ab" => :mojave
12
+ sha256 "6b021d14682f24f76b815d7730c52fa334ed7beedfcd1491ae29474891d29adb" => :high_sierra
13
+ end
14
+
15
depends_on "rust" => :build
16
17
on_linux do
0 commit comments