|
1 | 1 | class Lune < Formula |
2 | 2 | desc "Standalone Luau script runtime" |
3 | 3 | homepage "https://lune-org.github.io/docs" |
4 | | - url "https://github.com/lune-org/lune/archive/refs/tags/v0.9.2.tar.gz" |
5 | | - sha256 "e632a7bd469c018eff9cc7e957f77f790909590b49914820f32d8a73f617a026" |
| 4 | + url "https://github.com/lune-org/lune/archive/refs/tags/v0.9.3.tar.gz" |
| 5 | + sha256 "e3473cd9cbb0a6233fb96f230c0cbe4d19a2ced4bf833393957fa529c2c24b00" |
6 | 6 | license "MPL-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34efbb259ae07923b823122aa53d34d7453a03452ab7a17014cc4337cfce02b5" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6aab87c8c79669e4bac7c0a8bde87c2cc2a6ec1ceec3320d8953472a4f404cd9" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "48a7404fd6fc52c4f6c672bc9111d2435bd387f72fa3e17418fd2431919d4834" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "674ee157e7349e8f41cc9a4f6e794ab9938035f0b05650e1466d3a08cbfe9602" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "b036a358c5d7789cc59b67771bef3e356ce89fa2887d70f80cb5b1f90469b586" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d5f41824b9ca4c89accbe4decc7f48a02c69719213ca68044cc8843a89a70993" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f83481727c0f7af3cc7ecbabfa05848b2d33ba56f62f6d520ea3e47a382445cd" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c5b3d61c7ebbcb715bd7bf9a9632015a52fa09e0410d89975a84a7b89ac4678e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e72bdde48fa6b8ad6ffa7b6cf62689c2da86f25952d655e986d8ae8db80658d8" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "1a7b8dc47047ab805fc37366edd7a5f14fd193fd78390d6763bf763ce83e1841" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "1d6a98a73cd6346d95c9fd8ceb6cad2c23699a5ce2de7098210241ae28af8695" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "58e3d58db4d133fccba1fbd11c8d82c80bf4034a599de7c51529a60ac4e2bafc" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "889879e810be625eb12d81b35185cb87c9fef6dd27074c004c8770f012c45fa1" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "02542d2394acfd0c723b91ad514bc9a97f20e77c3856bd057f8f28a4e6514452" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "cmake" => :build |
|
0 commit comments