1
1
class ElanInit < Formula
2
2
desc "Lean Theorem Prover installer and version manager"
3
3
homepage "https://github.com/leanprover/elan"
4
- url "https://github.com/leanprover/elan/archive/refs/tags/v4.1.1 .tar.gz"
5
- sha256 "a4a99e2aafca4ce316ef8f88757fafbbf50d2a5912551086c5aaa522c9d976f4 "
4
+ url "https://github.com/leanprover/elan/archive/refs/tags/v4.1.2 .tar.gz"
5
+ sha256 "7d31b3d1d69857b11611363bd94bfdc4f0525a85077f20f823abf65b39ccc350 "
6
6
license any_of : [ "Apache-2.0" , "MIT" ]
7
7
head "https://github.com/leanprover/elan.git" , branch : "master"
8
8
@@ -12,13 +12,13 @@ class ElanInit < Formula
12
12
end
13
13
14
14
bottle do
15
- sha256 cellar : :any_skip_relocation , arm64_sequoia : "71de04c8408f37e34aab966a7b6d1439a81e4233d82c0ea4cd5cca8f57bb45e7 "
16
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "70553de5241801a2e59c10c5a0304c68d365939f881448db83686a84ee6d2622 "
17
- sha256 cellar : :any_skip_relocation , arm64_ventura : "2c5a97ac6e90f7f41b7aecf11d1ff1cbf6fcd6f5c4174e5e39947e4a642829da "
18
- sha256 cellar : :any_skip_relocation , sonoma : "bed5a10adf475346b7cf8be6bf8c314ce136aaacbf938c9a2da4f77b56b3d9a4 "
19
- sha256 cellar : :any_skip_relocation , ventura : "53256d38860f897809c90deffc2a06f3329f0f44b9eaa0c556e5cf8de3e75af2 "
20
- sha256 cellar : :any_skip_relocation , arm64_linux : "9e00621364800d7384ee4e7a49a2ca120e62e8f30358106e374cac4ab11aa4f3 "
21
- sha256 cellar : :any_skip_relocation , x86_64_linux : "c1121213571c65b066dae69a6a228aa259bb0afbda3d56502464b19f4b29bde8 "
15
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b4902a5f8381b8b51b1bd53bf09e9547795d327c16292cbd5cea895a232bff0d "
16
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "244c72110dc59e51a7b8248b82ce1773277cc3c61f45ca5ed1bfd49d2af58b25 "
17
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "36c1f08f1df2453875145833443e4666498b85d02e194b3c1ad5c6bf9401cd31 "
18
+ sha256 cellar : :any_skip_relocation , sonoma : "ac4eb727726c26fe57df0136286bd192cdeea784f19dea1975b111721a4dbe26 "
19
+ sha256 cellar : :any_skip_relocation , ventura : "1a334d939336097ded29ac2578ac4d4813a97097f815d9bcfa4870b5923536b7 "
20
+ sha256 cellar : :any_skip_relocation , arm64_linux : "36c8e9b09da80ed74aaf314080958e8d1d03615aa6306ab1b9d898e45fd9f812 "
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "af3db622b0392ebdda14742c19a9830c656336614c3c8036d2bde87ebe44c273 "
22
22
end
23
23
24
24
depends_on "pkgconf" => :build
0 commit comments