X-Git-Url: https://git.r.bdr.sh/rbdr/homebrew-apps/blobdiff_plain/f4ddc73a5f93c9c7d09b41565d5ac7515380d64a..42546146f20b55e2a46cef536f32dad4f5569c74:/Formula/page.rb diff --git a/Formula/page.rb b/Formula/page.rb index ce8dbc7..52df243 100644 --- a/Formula/page.rb +++ b/Formula/page.rb @@ -1,10 +1,10 @@ class Page < Formula desc "A static website generator for exactly 1 use case." - homepage "https://git.sr.ht/~rbdr/page" - url "https://git.sr.ht/~rbdr/page", tag: "1.2.0" - license "Apache-2.0" + homepage "https://r.bdr.sh/page.html" + url "https://git.sr.ht/~rbdr/page", tag: "1.3.2" + license "AGPL-3.0-or-later" head "https://git.sr.ht/~rbdr/page", branch: "main" - version "1.2.0" + version "1.3.2" depends_on "rust" => :build