Skip to content
Closed
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
6 changes: 6 additions & 0 deletions Formula/auto-multiple-choice.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
class AutoMultipleChoice < Formula
desc "Printable tests for students with OCR marking"
homepage "https://www.auto-multiple-choice.net"
url "https://download.auto-multiple-choice.net/amc_1.7.0_dist.tar.gz"
sha256 "dfb916aa076f668a6f35253a2c0fc5998db07d2273deb45295a405d8749b7660"

livecheck do
url "https://download.auto-multiple-choice.net"
strategy :page_match
regex(/amc_(\d+(?:\.\d+)+)_dist\.t/i)
end

bottle do
root_url "https://ghcr.io/v2/maelvls/amc"
sha256 arm64_sonoma: "2e82cac916e00b387a7ed5ca25c5e1b4aba37ef71c0a9a9039672886f6bce062"
Expand Down
Loading