Skip to content

Commit 37a1af5

Browse files
authored
Merge pull request #228058 from Homebrew/bump-oils-for-unix-0.32.0
oils-for-unix 0.32.0
2 parents a4f0321 + 3f00c13 commit 37a1af5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/o/oils-for-unix.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OilsForUnix < Formula
22
desc "Bash-compatible Unix shell with more consistent syntax and semantics"
33
homepage "https://oils.pub/"
4-
url "https://oils.pub/download/oils-for-unix-0.31.0.tar.gz"
5-
sha256 "fbd7b27dc6aa82dcee98a0a41e142db1921ffc60f6f2bfde0d8e95cf3ae3974c"
4+
url "https://oils.pub/download/oils-for-unix-0.32.0.tar.gz"
5+
sha256 "26dde977d20dd0a373a7d450d063fa50be672da4875d55e9749e8ff18eedd254"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class OilsForUnix < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "820c02118a913abb567483808f29aeef84e38deabf84875b44f5fe059defa0fd"
15-
sha256 cellar: :any, arm64_sonoma: "e12a7bdb4f8ca31a330541e39cf07e1483a532854f7790af7accb8076c78d9b2"
16-
sha256 cellar: :any, arm64_ventura: "720fe923c9049fd17c70571032437aee225ddb106a03cd7899a3b24c6d775604"
17-
sha256 cellar: :any, sonoma: "90b1dc1fc6cc4c5be3eccf9bb466ab2b42736b13f9644f20ebad066ee4c1a8b4"
18-
sha256 cellar: :any, ventura: "1f83d11a05e8945efdb07a121bb8967c25a553577d8fbde5d47f64da41410f82"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "c547a904e9d35a4473c197eabb5a325498e45fa86c73475cf931e310f49fdf16"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "95fa37ae64f649695c4e203e8f281f0543ffd2dcf8fd9a7781ac483e680daf65"
14+
sha256 cellar: :any, arm64_sequoia: "0bc26590d3d6c987e1f88487874bd463d698a2a2cc67b312e093cf3d3acdd6b3"
15+
sha256 cellar: :any, arm64_sonoma: "b7a526c27cad1e6fe645df68cf9b42b64ee59877ef9043e146051a2fbe3428c0"
16+
sha256 cellar: :any, arm64_ventura: "1282e142ae7af7856ace88539a3a211b06d9dc495991ca6b588bcc0236c07f22"
17+
sha256 cellar: :any, sonoma: "12af4348b5a821eea0db19a922be6dde729757f035d9f97eb7114693ca0d4214"
18+
sha256 cellar: :any, ventura: "0c705ce544b77431e7c80abee91baac75ffe406da4e91f35221d529ff4f1681c"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "af67c3d454778ddfd642a09035c6ace38168cdc2f3595bb07646ba0056157e4e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "110f40c090456268a7dda4a232577c4f4efe3ddfb355e51085b7bafe7f7dfe63"
2121
end
2222

2323
depends_on "readline"

0 commit comments

Comments
 (0)