]> git.r.bdr.sh - rbdr/homebrew-apps/blobdiff - Formula/page.rb
Update page to 1.4.1
[rbdr/homebrew-apps] / Formula / page.rb
index 52df243f5c368cb779d8a3203c0e89c9f9d4b38a..7bb18e881a1447d946b28b6ca513442bbef42893 100644 (file)
@@ -1,15 +1,19 @@
 class Page < Formula
   desc "A static website generator for exactly 1 use case."
   homepage "https://r.bdr.sh/page.html"
 class Page < Formula
   desc "A static website generator for exactly 1 use case."
   homepage "https://r.bdr.sh/page.html"
-  url "https://git.sr.ht/~rbdr/page", tag: "1.3.2"
+  if Hardware::CPU.arm?
+    url "https://build.r.bdr.sh/page/page-aarch64-apple-darwin-1.4.1.tar.gz"
+    sha256 "6b11c93a4863d90d0eff521c568d3436721c68ee1bf181ca9d23077af0170511"
+  else
+    url "https://build.r.bdr.sh/page/page-x86_64-apple-darwin-1.4.1.tar.gz"
+    sha256 "aa8f187820d39ea2b0d90f181f184007e6d1bb1070df8f6110ec4f5b3e5e80c7"
+  end
   license "AGPL-3.0-or-later"
   head "https://git.sr.ht/~rbdr/page", branch: "main"
   license "AGPL-3.0-or-later"
   head "https://git.sr.ht/~rbdr/page", branch: "main"
-  version "1.3.2"
-
-  depends_on "rust" => :build
+  version "1.4.1"
 
   def install
 
   def install
-    system "cargo", "install", *std_cargo_args
+    bin.install "page"
   end
 
   test do
   end
 
   test do