Skip to content

Commit 104703c

Browse files
authored
Merge pull request #265304 from Homebrew/bump-openlist-4.1.10
openlist 4.1.10
2 parents af01f80 + 513f42a commit 104703c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Formula/o/openlist.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Openlist < Formula
22
desc "New AList fork addressing anti-trust issues"
33
homepage "https://doc.oplist.org/"
4-
url "https://github.com/OpenListTeam/OpenList/archive/refs/tags/v4.1.9.tar.gz"
5-
sha256 "5171cef3b03f6b68af0e4886af7b6f5a6f9c103de41c3b831f46dcb3ddcc6f18"
4+
url "https://github.com/OpenListTeam/OpenList/archive/refs/tags/v4.1.10.tar.gz"
5+
sha256 "0e85b2e9f97c819a79a054c2de1f505b0b0d78e1c8ce6783e12da85ea519840c"
66
license "AGPL-3.0-only"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "da4923c2b652abd3bf260b75cb2f1b21328004088972358e43af7e42adf7a889"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "269f3bc18c63bfb3c926e7219d89a61d9d90ae34a0309364cac328b6e7648b90"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f7094c270b9fc842216567fe4ecc99a7b6cf593c891dd89676d03a04b2a1e384"
12-
sha256 cellar: :any_skip_relocation, sonoma: "b857d1919185b6279a9861a7f8674c5a8adc9adf4174f1164a54ebfa86d38db9"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "cb87dc3a53d86ade81059a4700fd324280ab5bd4d9a49ba3804e6177aacb25d9"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2da8ab417df37702c29490e1548429d4fc2f379e76dabfaa63bab57f40a8368d"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "435f540dd5c76ee03b1315c8d84efeff51edc21b3f31df2e841226008087d4f4"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "04ec41f119be7b46da4d489a9e3539eb0a252b27069ee1a30c079c209277f5a2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6f965acb6b8a592fb30b1f02af83dfafd01a88094deec520b39f4e4b6aadf3f6"
12+
sha256 cellar: :any_skip_relocation, sonoma: "397b95f8f40afa663ee0746faa0a6f12208c41d78841aae4ba0661359cb63820"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "1bcbdc6e59f842b464d23478193e73c77bac6d117f8c9d0b8297ddc3a96354b4"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "26b013899c56ef2e1c85b47cddc7eeaf543d2f9170a56ad96b802e06f0d0d8fa"
1515
end
1616

1717
depends_on "go" => :build
@@ -23,17 +23,17 @@ class Openlist < Formula
2323
end
2424

2525
resource "frontend" do
26-
url "https://github.com/OpenListTeam/OpenList-Frontend/archive/refs/tags/v4.1.9.tar.gz"
27-
sha256 "fb708699119e96fe59db75d2425101d9c22dd186c89ec590616fd046c3830c40"
26+
url "https://github.com/OpenListTeam/OpenList-Frontend/archive/refs/tags/v4.1.10.tar.gz"
27+
sha256 "30f92e70b8ba99344833f9da99eedc5803459a74236ee5dd3ab275160fe7dd4b"
2828

2929
livecheck do
3030
formula :parent
3131
end
3232
end
3333

3434
resource "i18n" do
35-
url "https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v4.1.9/i18n.tar.gz"
36-
sha256 "b7e76f1b8a23a193d70458213cfa897bbd94892fdd05e70317e7d433864afcb0"
35+
url "https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v4.1.10/i18n.tar.gz"
36+
sha256 "f25ee76ed4d1e270afb2fe0c7d24477ed52a584f0bcc4173acd8fe93524f1d40"
3737

3838
livecheck do
3939
formula :parent

0 commit comments

Comments
 (0)