Skip to content

Commit e33f894

Browse files
authored
Merge pull request Homebrew#196012 from Homebrew/bump-ol-2.6
ol 2.6
2 parents 9c6c755 + 7c72148 commit e33f894

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,7 @@ oksh
20352035
okta-aws-cli
20362036
okta-awscli
20372037
okteto
2038+
ol
20382039
ollama
20392040
omega
20402041
omniorb

Formula/o/ol.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Ol < Formula
22
desc "Purely functional dialect of Lisp"
33
homepage "https://yuriy-chumak.github.io/ol/"
4-
url "https://github.com/yuriy-chumak/ol/archive/refs/tags/2.5.1.tar.gz"
5-
sha256 "d9fe66bd15cf9c9c30bf45b97e5825c2101b518fc27c671c08a95798eec3c510"
4+
url "https://github.com/yuriy-chumak/ol/archive/refs/tags/2.6.tar.gz"
5+
sha256 "c5506de4005a63039dc96962322ae94bf6c33eeaf63dcc03b07b1e8cc3a4d8f3"
66
license any_of: ["LGPL-3.0-or-later", "MIT"]
77
head "https://github.com/yuriy-chumak/ol.git", branch: "master"
88

99
bottle do
10-
sha256 arm64_sequoia: "81826d1dabeac36decb539b87e72acd37bdd505c44738ceec818fe181c007388"
11-
sha256 arm64_sonoma: "4a26bf8cd860169a30d295300867cd39b9055edcb33df3bfcf52f0e22041c358"
12-
sha256 arm64_ventura: "89ef88d3303f2ba434c19ff40955cc125c65d856c1f9884fb20ad8081c0218fb"
13-
sha256 arm64_monterey: "5bd128ae10e3d5f087cd52701e013d42615a847628f0c082a6ef33a29d8c616e"
14-
sha256 sonoma: "d866de08080658e4cbecff302edfa6b8ed529c51dd69edc8cacf4aa779394773"
15-
sha256 ventura: "538fffac7c285ae77ba0cad5c7a3c98c34fad5e9fe88476a5c70e30648a299ea"
16-
sha256 monterey: "2d129e262e46479b55d23bcdb13a6b6e42b85c0abbb8d693b4504aee80b73147"
17-
sha256 x86_64_linux: "a5a4a3fdfef063020bc921b033b5b1ffab264e9f33813b19798e0965ed32a7e9"
10+
sha256 arm64_sequoia: "5a9e307abff85e27d842ad8de7f9ce281a037386154a7c39a0e8a57b3d378504"
11+
sha256 arm64_sonoma: "6758faddc2a7dbc71e03f881bccf6ee4f5534a75c0d19a2ec9cc875668219831"
12+
sha256 arm64_ventura: "6ccc4d40970b7514955cdb20db58682cb9dd0709ef467b4119f972869719c0f0"
13+
sha256 sonoma: "519d8844f56b85f889046669676152e1323917320cca387da378f46238e0c29f"
14+
sha256 ventura: "834d6d963775f098ec7ab3ab46e5438bc2bc42a0d70b9d74f2008fe1d457ef0b"
15+
sha256 x86_64_linux: "0e38d0ccd5f4c27ee8044aa0be305b1bff4c506efc79b9d6a1abf2cebcb7db16"
1816
end
1917

2018
uses_from_macos "vim" => :build # for xxd

0 commit comments

Comments
 (0)