Skip to content

Commit ad69e3c

Browse files
authored
Merge pull request #246558 from Homebrew/bump-ocicl-2.7.5
ocicl 2.7.5
2 parents 3c2105a + 3ac2fac commit ad69e3c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/ocicl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Ocicl < Formula
22
desc "OCI-based ASDF system distribution and management tool for Common Lisp"
33
homepage "https://github.com/ocicl/ocicl"
4-
url "https://github.com/ocicl/ocicl/archive/refs/tags/v2.7.4.tar.gz"
5-
sha256 "53c35727469ef830a8e80599324b316394c0fba5be918b8c920af3f8bc3b6846"
4+
url "https://github.com/ocicl/ocicl/archive/refs/tags/v2.7.5.tar.gz"
5+
sha256 "1cda8d08ff69465abd4abe6e2c59a0b689d905e92adc224ccf2afbde416a3702"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "b6d85437e1f19c0e54938a3e607c7a09c3c6b48ffa1f50527c549478a24bdcec"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b112ecacd770c759090b23c3313ff3f92131c7977d80eb73a5fa588f656897d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2f3375fd90cc286a205abb62053229a3cd5ab267c64e035e37122f3396d909dd"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a705fd6b4fec3fed1b1bf1b45a08bf9b2bd38092af6bdd7548f3d5cab368a173"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "001de9582356f8ebf51bbf7ae04e21854262b9fee1a7d97686a42985aff4ede4"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9877e4932d4cb93e8c51c0eb3f24f0f40a51164a63e68ec0c053f11041152a33"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "33e962af87754cb1fc9e81c380208c227c91af6b90610f8ce23e8703232ff8e3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5d73456463c543e699ca92bcfcb92833bf173ad4daa08f3be18b421345ab3039"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "345d28611cf40e93c3944f037bc42a94444bdb7df91aec13ec9611a6483bd81f"
12+
sha256 cellar: :any_skip_relocation, sonoma: "1d9302d3e3534176308205c2d7ac45d22d29d9d908385227e2f878dcc6bebb56"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "d11f3470c6413cdab457f0f8b05cc01df0911e6936f42b40376c7a43331a997a"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4ac2dcf82edcbefd9e52f44290ce1b3956177b6b0df815e0ea59e5919a06670e"
1515
end
1616

1717
depends_on "sbcl"

0 commit comments

Comments
 (0)