@@ -39,32 +39,32 @@ def fetch(timeout: nil, **_options)
3939class Hogland < Formula
4040 desc "PostHog hogland CLI — manage hogboxes, snapshots, and devboxes"
4141 homepage "https://github.com/PostHog/hogland"
42- version "1.2.0 -cli"
42+ version "1.2.1 -cli"
4343
4444 depends_on "gh"
4545
4646 on_macos do
4747 on_intel do
48- url "gh://PostHog/hogland/v1.2.0 -cli/hogland_1.2.0 -cli_darwin_amd64.tar.gz" ,
48+ url "gh://PostHog/hogland/v1.2.1 -cli/hogland_1.2.1 -cli_darwin_amd64.tar.gz" ,
4949 using : GhCliDownloadStrategy
50- sha256 "91c497c48fb3686dd68e83ee8a0e8730a48eaf897bf528d82709c6b340fafe93 "
50+ sha256 "670f66c5910c5386d98c20f52efa824bf6d4cbc422c451a5858b6e36baa6e996 "
5151 end
5252 on_arm do
53- url "gh://PostHog/hogland/v1.2.0 -cli/hogland_1.2.0 -cli_darwin_arm64.tar.gz" ,
53+ url "gh://PostHog/hogland/v1.2.1 -cli/hogland_1.2.1 -cli_darwin_arm64.tar.gz" ,
5454 using : GhCliDownloadStrategy
55- sha256 "75dad908d13a83f0b34645b330714733c67d4d3cf81d09c2ae49c08ff1fb8392 "
55+ sha256 "58dbd130b605cdc77b5b2e234b5b204b6866895950c73d6873bb9e379b21ac19 "
5656 end
5757 end
5858 on_linux do
5959 on_intel do
60- url "gh://PostHog/hogland/v1.2.0 -cli/hogland_1.2.0 -cli_linux_amd64.tar.gz" ,
60+ url "gh://PostHog/hogland/v1.2.1 -cli/hogland_1.2.1 -cli_linux_amd64.tar.gz" ,
6161 using : GhCliDownloadStrategy
62- sha256 "982408d22dd5b5349275319a325c2526cb4a45b2072cf63b96c5b7695e8aa3db "
62+ sha256 "a265d5b34aac3b667ee1630aec66e7c234119ba8749e8258d7a8f95e68097d6f "
6363 end
6464 on_arm do
65- url "gh://PostHog/hogland/v1.2.0 -cli/hogland_1.2.0 -cli_linux_arm64.tar.gz" ,
65+ url "gh://PostHog/hogland/v1.2.1 -cli/hogland_1.2.1 -cli_linux_arm64.tar.gz" ,
6666 using : GhCliDownloadStrategy
67- sha256 "70a244b651a2c15315614ed5e25edd74755a2bc64014f607e346ad09a3437f67 "
67+ sha256 "ec50062e399bd443f8ac2b2e7639b9eaa5e2a72d68216f1bf7e225cbda482339 "
6868 end
6969 end
7070
0 commit comments