▍ humdrum codex / homebrew-tap

custard v0.2.0

789e30f5d490ffee81736cfdcffc02bb307a9973
custard <custard@codex.humdrum.me> · 2026-06-18 13:06

parent 6094b6e6

1 files changed

Formula/custard.rb +4 −4
@@ -1,15 +1,15 @@
-# Generated by custard — do not edit by hand.
+# Generated by custard brew-release.sh — do not edit by hand.
 class Custard < Formula
   desc "Web code forge over Soft Serve — this site"
   homepage "https://codex.humdrum.me/r/custard"
-  url "https://codex.humdrum.me/dl/custard-0.1.0.tar.gz"
-  sha256 "ef6c3b90627a2b3768d856e9197aa9292658d9eec35fe0cf0cf0719200a56730"
+  url "https://codex.humdrum.me/dl/custard-0.2.0.tar.gz"
+  sha256 "14b90d84453f76f45e8e537eee438f91b076eb8cf00228266c1f5fd31b51ad59"
   license "AGPL-3.0-or-later"
 
   depends_on "go" => :build
 
   def install
-    system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}"), "./cmd/custard"
+    system "go", "build", *std_go_args(ldflags: "-s -w -X main.version=#{version}"), "."
   end
 
   test do