Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/g/gsh.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Gsh < Formula
desc "Battery-included, POSIX-compatible, generative shell"
homepage "https://github.com/atinylittleshell/gsh"
url "https://github.com/atinylittleshell/gsh/archive/refs/tags/v1.9.0.tar.gz"
sha256 "3ae7776934e45ae7f47bf9b8201d9243f30d065d718d610c45862d82c1afbcfa"
url "https://github.com/atinylittleshell/gsh/archive/refs/tags/v1.9.1.tar.gz"
sha256 "f9ce76f907f818629e117282c442e6e04a82e2ed9a5405e92c8704da651a6613"
license "GPL-3.0-only"
head "https://github.com/atinylittleshell/gsh.git", branch: "main"
Comment on lines 3 to 7
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR metadata/release notes reference https://github.com/kunchenguid/gsh (compare link + tag page), but the formula homepage/url/head still point to atinylittleshell/gsh. If the project has moved/renamed, it’s better to update these URLs to the canonical repository to avoid relying on GitHub redirects and to keep brew bump metadata consistent.

Copilot uses AI. Check for mistakes.

Expand Down
Loading