|
1 | 1 | class AutoEditor < Formula |
2 | 2 | desc "Effort free video editing!" |
3 | 3 | homepage "https://auto-editor.com" |
4 | | - url "https://github.com/WyattBlue/auto-editor/archive/refs/tags/30.0.0.tar.gz" |
5 | | - sha256 "326f5d3dfa2c475679b23d5d67957fe4c0fc30b37b61c1b302f9f32400428ca6" |
| 4 | + url "https://github.com/WyattBlue/auto-editor/archive/refs/tags/30.1.0.tar.gz" |
| 5 | + sha256 "75fb7e9bebaaea5b646555d6352449011a69f8bfbba0d8b54e40410f6bfca3fe" |
6 | 6 | license "Unlicense" |
7 | 7 | head "https://github.com/WyattBlue/auto-editor.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_tahoe: "7dcec00389e400aed1b3073f16cd4703db73533d2fcbfd97f1793a70980323c5" |
11 | | - sha256 cellar: :any, arm64_sequoia: "0450d024573842a63d53273888e1098a904d9c2c70e77c652bfcbdf7133a18ef" |
12 | | - sha256 cellar: :any, arm64_sonoma: "cdadc1d5214628ebe3e1137ebdef0e90d5635fbd3800e1eb733efcddc6bd6c3a" |
13 | | - sha256 cellar: :any, sonoma: "81e87b4fe6090680b6dec26c3be77e79dec096f83b7328ff4bc088aee5b1cc1a" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "131a8cfb77d68abd9fca60c8807a74d1fc4cafd5c0a4d829cf2d186baf43d6c5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "2b6aca1bd4f2d5b0a84fb800f0717a60e4ed27c34b57656cc321ab77eac1bf5f" |
| 10 | + sha256 cellar: :any, arm64_tahoe: "6ab4a6eb21a40173166d9b18c1236af5c38e9da87c4eb4f1e7ed1bc1fb025a32" |
| 11 | + sha256 cellar: :any, arm64_sequoia: "a732ff45764e6dcf61dd307a41889087678c30e2e58daab7a3a83c498b25affc" |
| 12 | + sha256 cellar: :any, arm64_sonoma: "f57cf13d2bdd1ac62d64946375ced35a4cbd5bcb5fc7894381e9b324a1c96a96" |
| 13 | + sha256 cellar: :any, sonoma: "8c02df206c2009bccad8226bda7897113ef1ac376464149004aa032b7e61186f" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "563a0aa5271ed95d0adbbdd65b91fc1143e40046da0d77ce993170aa3b3d78bf" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9243fa2e2273207a4d434806a350b34b5389b7beece5b3dd099c553f0ff65bb7" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "nim" => :build |
|
0 commit comments