aboutsummaryrefslogtreecommitdiff
path: root/Formula/page.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Formula/page.rb')
-rw-r--r--Formula/page.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Formula/page.rb b/Formula/page.rb
index 48e58ee..b992f03 100644
--- a/Formula/page.rb
+++ b/Formula/page.rb
@@ -2,15 +2,15 @@ class Page < Formula
desc "A static website generator for exactly 1 use case."
homepage "https://r.bdr.sh/page.html"
if Hardware::CPU.arm?
- url "https://build.r.bdr.sh/page/page-aarch64-apple-darwin-1.5.0.tar.gz"
- sha256 "9828fdfcf647c68d1ffd20726c1d318d52ffeee7134ee704fb0b2b602293e462"
+ url "https://build.r.bdr.sh/page/page-aarch64-apple-darwin-2.0.0.tar.gz"
+ sha256 "34cb6cffdb66a55c261634456caf1325958d4879a690e832dca9f17c6ae1f314"
else
- url "https://build.r.bdr.sh/page/page-x86_64-apple-darwin-1.5.0.tar.gz"
- sha256 "9dab89e250c7dcce9e80f870056bc2200a44a47fca5fd98d85ac24c21be45b8e"
+ url "https://build.r.bdr.sh/page/page-x86_64-apple-darwin-2.0.0.tar.gz"
+ sha256 "fe0ef94275479d362217cb867098bd0d581ce4dc5ebf779ed9f2eb1614aecef6"
end
license "AGPL-3.0-or-later"
head "https://git.sr.ht/~rbdr/page", branch: "main"
- version "1.5.0"
+ version "2.0.0"
def install
bin.install "page"