Skip to content

Commit 94d9457

Browse files
authored
Merge pull request #200367 from Homebrew/bump-omake-0.10.7
omake 0.10.7
2 parents dd45474 + 2ab010a commit 94d9457

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,7 @@ okta-awscli
21502150
okteto
21512151
ol
21522152
ollama
2153+
omake
21532154
omega
21542155
omniorb
21552156
onednn

Formula/o/omake.rb

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Omake < Formula
22
desc "Build system designed for scalability, portability, and concision"
33
homepage "http://projects.camlcity.org/projects/omake.html"
4-
url "https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.6.tar.gz"
5-
sha256 "f84f4cbb18a075782a7432bbf9abd5ef177eb0603fc1c69afffce8c2c25e30ee"
4+
url "https://github.com/ocaml-omake/omake/archive/refs/tags/omake-0.10.7.tar.gz"
5+
sha256 "ec098107429a419965feab5cee5dfa2996fc3fdc23842d910c314590941cafb8"
66
license "GPL-2.0-only"
77
head "https://github.com/ocaml-omake/omake.git", branch: "master"
88

@@ -12,16 +12,12 @@ class Omake < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "e6f7078311531e5160b87ecc20e5e8cff4bc6cca6aff53a802d94f361d7e4eb5"
16-
sha256 arm64_sonoma: "f04d59c0ab2c129aff0e9bae5aa757a83e58f48dc10eea0ba7984e187bbd186b"
17-
sha256 arm64_ventura: "94c636910242c5431bf03e0cd3d5c8f2972a48ad821ba36443ce603c44c84f70"
18-
sha256 arm64_monterey: "40ad54dcd5bef35cfb5ab3e7cb7b5f81e03c1b313b1f7c74e715b6ea6c6353f7"
19-
sha256 arm64_big_sur: "a980b712dacb260d0ec4b2121545cdec4a1534ca95976e10b6edfb6eb2137569"
20-
sha256 sonoma: "2e1d7068251a93c64a6331e5b6e891a208bee1cd93ef0dec6370d468cd80d793"
21-
sha256 ventura: "3794f8d448da10ad33558e4a7390f8e657a4de09a84db6933387f1f59da0603c"
22-
sha256 monterey: "f41e4e4311dd134634010373863ef6ab0830c0c4bbb210590c8e2975b10fe35d"
23-
sha256 big_sur: "8dd4cb8d9e79996dc69c9205dfddba7e7e530971f197c2f40d306818afb6a97e"
24-
sha256 x86_64_linux: "5d2038dba034f18eae8f32a98f526ef30b45ceae8ca6bd103b3e083267ab2695"
15+
sha256 arm64_sequoia: "81f480345c0653b1788f41971c2d374f1198203e1fa5e382aa68614a3855e7e4"
16+
sha256 arm64_sonoma: "cbab9c88f4d900ccf872ce469f0eac0bf002e8fb78f47697177d59a0f5d96965"
17+
sha256 arm64_ventura: "e1fd58352aac92f14588d5867a39240934affcb79040b869c6fb7beb1c0a5f6f"
18+
sha256 sonoma: "f7b331439ec53664c6475b856a53f33c51f09c6065d029101315b2e3c8f37ca4"
19+
sha256 ventura: "630d8d9aab4e7ff5bcc4eb2619b68c314e355d8353e9780a4b429827e4d1642b"
20+
sha256 x86_64_linux: "8663b8c6c736ad807b39f45681cd3295ed9cdf1ff8ed58a3301da2e16eefd68b"
2521
end
2622

2723
depends_on "ocaml" => [:build, :test]

0 commit comments

Comments
 (0)