Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Formula/o/openlist.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Openlist < Formula
desc "New AList fork addressing anti-trust issues"
homepage "https://doc.oplist.org/"
url "https://github.com/OpenListTeam/OpenList/archive/refs/tags/v4.1.7.tar.gz"
sha256 "f1b92628be09ba181decc46423c3e0624b78aedfcd28590990a46ba03d75e5e4"
url "https://github.com/OpenListTeam/OpenList/archive/refs/tags/v4.1.8.tar.gz"
sha256 "8ba861db0ad29e60fcfb4544ff3744dfa235ab1744ea0c998e1c6f80a630996d"
license "AGPL-3.0-only"

bottle do
sha256 cellar: :any_skip_relocation, arm64_tahoe: "1ee7dfb8fdf34a3b82a8d483fcebf1e87917868f7d535b66c24d3aea550f6fff"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b48d44ac9df7bb1de7b64638da26362e0cbcb9ecad51a3259697ef53a62b606"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5a0b94e7a9c426555f358f476974d471689c3a215b8730c4a8f8dd289601bce"
sha256 cellar: :any_skip_relocation, sonoma: "df53a1df7587bcbc7389014decb32a5d6c6b47977a079fa8c6bceb18a98d04bd"
sha256 cellar: :any_skip_relocation, arm64_linux: "599577eb4b27afc71e75cd2b973fdbaa4129f6c2cd8733b81eeb027b1a57837b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "791a70a7d49e0cbf9311ef3a959ddc31490c4b1691a5b9826864ce7056df18dd"
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a2f7268bdf7cc74cd2b6d5106c24b624e4d74fa0a6be4d05268baa9420c9fa6f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "609304072300fe7808cf53fc7634a3e79b84ea59187f78d3965f100e91f34dd8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "74fd740af36b85ad14ab0841807d951f32704037d9bc665478ee691f76eb959d"
sha256 cellar: :any_skip_relocation, sonoma: "b70b096997004034dcd47a1dbbd65fbc096ca30da8cf40e30bf23c9b3b8488ac"
sha256 cellar: :any_skip_relocation, arm64_linux: "c25d06885c7072e80be39c156a15701772eb822edf2c395319d91888147fba12"
sha256 cellar: :any_skip_relocation, x86_64_linux: "12eb6b166e988e5f857008ba66f81c9bdea3e90f53b1990ea50ed3362efc98f2"
end

depends_on "go" => :build
Expand All @@ -23,17 +23,17 @@ class Openlist < Formula
end

resource "frontend" do
url "https://github.com/OpenListTeam/OpenList-Frontend/archive/refs/tags/v4.1.7.tar.gz"
sha256 "97be6c013a72c6bb584f174de8edb2d7a6daf0a5bed528d48e7dd2ce823c0f35"
url "https://github.com/OpenListTeam/OpenList-Frontend/archive/refs/tags/v4.1.8.tar.gz"
sha256 "83ed50798f3a58b5ae0a00b469860cb19a7644bc701591cbd34e99fe4b5600af"

livecheck do
formula :parent
end
end

resource "i18n" do
url "https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v4.1.7/i18n.tar.gz"
sha256 "85882c7b6c0df4e987a509e77ac4ab0278756e28b0f42424a4e996842debfe3e"
url "https://github.com/OpenListTeam/OpenList-Frontend/releases/download/v4.1.8/i18n.tar.gz"
sha256 "7ff3a9106ac6af3bb46f785f55104bae9ac01880d8c235cf1cd2dfc8295381c1"

livecheck do
formula :parent
Expand Down
Loading