Skip to content

Commit

Permalink
rm unused link
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mal committed Oct 19, 2023
1 parent 8a5166f commit 4ca6716
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/osc-cost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ class OscCost < Formula
license "BSD-3-Clause"

bottle do
root_url "https://github.com/outscale/osc-cost/releases/download/v0.3.5"
sha256 cellar: :any_skip_relocation, x86_64_darwin: "dfec6444cdc4eecead4ab67d35a3d841a4fd72c2a12614f69d73ce807e47fcb9"
sha256 cellar: :any_skip_relocation, arm64_darwin: "629274c08e5789d44b3df692b425e84dc2a5368e2dca5eeee709fa7ebc8c0425"
# sha256 cellar: :any_skip_relocation, arm64_ventura: "629274c08e5789d44b3df692b425e84dc2a5368e2dca5eeee709fa7ebc8c0425"
# sha256 cellar: :any_skip_relocation, arm64_monterey: "629274c08e5789d44b3df692b425e84dc2a5368e2dca5eeee709fa7ebc8c0425"
# sha256 cellar: :any_skip_relocation, arm64_big_sur: "629274c08e5789d44b3df692b425e84dc2a5368e2dca5eeee709fa7ebc8c0425"
# sha256 cellar: :any_skip_relocation, ventura: "dfec6444cdc4eecead4ab67d35a3d841a4fd72c2a12614f69d73ce807e47fcb9"
# sha256 cellar: :any_skip_relocation, monterey: "dfec6444cdc4eecead4ab67d35a3d841a4fd72c2a12614f69d73ce807e47fcb9"
# sha256 cellar: :any_skip_relocation, big_sur: "dfec6444cdc4eecead4ab67d35a3d841a4fd72c2a12614f69d73ce807e47fcb9"
# sha256 cellar: :any_skip_relocation, catalina: "dfec6444cdc4eecead4ab67d35a3d841a4fd72c2a12614f69d73ce807e47fcb9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bac270eb8c8d38fbb2a1e247ea1c557f85a8dfa0b9786a402e0a81a1d34f6650"
end

Expand Down

0 comments on commit 4ca6716

Please sign in to comment.