|
1 | 1 | class Easyengine < Formula |
2 | 2 | desc "Command-line control panel to manage WordPress sites" |
3 | 3 | homepage "https://easyengine.io/" |
4 | | - url "https://github.com/EasyEngine/easyengine/releases/download/v4.8.1/easyengine.phar" |
5 | | - sha256 "81972cf29f232aa44f8a350de19c72305d9dc2483f5d5c136ee799de5acf00fa" |
| 4 | + url "https://github.com/EasyEngine/easyengine/releases/download/v4.9.0/easyengine.phar" |
| 5 | + sha256 "d59bfaaa42c5d51360d1194c1620ba2a2ac9611a95a7ff7c51f4afb66145bb26" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "84686b1c691cd2ac72875708fbeefdede6d8a500255171c6b9ec6f8f9e95bb6e" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "84686b1c691cd2ac72875708fbeefdede6d8a500255171c6b9ec6f8f9e95bb6e" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "84686b1c691cd2ac72875708fbeefdede6d8a500255171c6b9ec6f8f9e95bb6e" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "daa06471a7126ea5f49edf3444e34d1398bcdbcb8e4cb63a3a67da76391b74a1" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "daa06471a7126ea5f49edf3444e34d1398bcdbcb8e4cb63a3a67da76391b74a1" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "b88a26a83b12ddf035739411b78042e82cf88d150f747e724e1f774811127073" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b88a26a83b12ddf035739411b78042e82cf88d150f747e724e1f774811127073" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6d7e03ccf108f057da5b3135be1bc522cd9c7725b09d47c20060a22341d3ba8" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6d7e03ccf108f057da5b3135be1bc522cd9c7725b09d47c20060a22341d3ba8" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c6d7e03ccf108f057da5b3135be1bc522cd9c7725b09d47c20060a22341d3ba8" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "fe6fee62fefc97a888faaddbaf5b057087b69f790fb2af1659200d074fe70291" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "fe6fee62fefc97a888faaddbaf5b057087b69f790fb2af1659200d074fe70291" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "b56027e5af76a364d550e33a20a9022a9e7052617d0933750cd6298166e9a4bb" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b56027e5af76a364d550e33a20a9022a9e7052617d0933750cd6298166e9a4bb" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "dnsmasq" |
|
0 commit comments