|
1 | 1 | class Firefoxpwa < Formula
|
2 | 2 | desc "Tool to install, manage and use Progressive Web Apps in Mozilla Firefox"
|
3 | 3 | homepage "https://pwasforfirefox.filips.si/"
|
4 |
| - url "https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.17.0.tar.gz" |
5 |
| - sha256 "948179cda9f04067c596aa0a3e5c8274db1d3e2de49af7455a323a121cd622be" |
| 4 | + url "https://github.com/filips123/PWAsForFirefox/archive/refs/tags/v2.17.1.tar.gz" |
| 5 | + sha256 "66d16fe3ba99790ff8a1e4e5f7c2a4f2b84055750b5caccff6cb9d6bec1d72f4" |
6 | 6 | license "MPL-2.0"
|
7 | 7 | head "https://github.com/filips123/PWAsForFirefox.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "dc05db581312d689182a990d8c0ac757614dedc7dcbd93f8dcb3b18a7386b4fa" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cf7f3dbe8257479201bec2f7ff0b2e9b5d5334d768cb8c1204d769822e212513" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc53f2ba0a7208e459e65300d05b71d629abb93e460f81782e4d192a93c31bca" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "e50f867a382bdcce2faed20e0d00267c1dce793a7fb289c660b0cc9125d97972" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "9b5ca7a80a50fd790c096663ba363d274eda5a00eacdc65b00156fe9689e17e0" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "895b11292ea7d698d3dc06cac7d1ca4d9c205fd0bd26f1280e3df8d086a7d5e1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a22d3b5644626743cf7c41b444e4f8c0964efdd3ad50aa2f09fc57800ee2da9a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "05f6c7eeec0db36734c83ac77f62db204ae1821ae5d44ca4f5c7ea13e48ec862" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ca377b67ea5219e69e6e105f41ba1d479915c30daa00aefbdeaf0cbee0a3bd6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "cdbb1d642e1b992382112f5e3559614e1f451fcda2b832bc2eed377384e3dcd7" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d5384bb06d6ef61a8cfff18ddfab6c19a22a684cbf8eae0d6872189eea445ef4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bdc2ffc693a08aaa32624a8975d87624203f05da61d1318645fb0ef2cd41feed" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build
|
|
0 commit comments