We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3e75b commit 66e48f1Copy full SHA for 66e48f1
Formula/auto-multiple-choice.rb
@@ -4,6 +4,12 @@ class AutoMultipleChoice < Formula
4
url "https://download.auto-multiple-choice.net/amc_1.7.0_dist.tar.gz"
5
sha256 "dfb916aa076f668a6f35253a2c0fc5998db07d2273deb45295a405d8749b7660"
6
7
+ livecheck do
8
+ url "https://download.auto-multiple-choice.net"
9
+ strategy :page_match
10
+ regex(/amc_(\d+(?:\.\d+)+)_dist\.t/i)
11
+ end
12
+
13
bottle do
14
root_url "https://ghcr.io/v2/maelvls/amc"
15
sha256 arm64_sonoma: "2e82cac916e00b387a7ed5ca25c5e1b4aba37ef71c0a9a9039672886f6bce062"
0 commit comments