Skip to content

Commit

Permalink
Merge pull request Homebrew#162137 from Equationzhao/bump-g-ls-0.26.0
Browse files Browse the repository at this point in the history
g-ls 0.26.0
  • Loading branch information
BrewTestBot authored Feb 8, 2024
2 parents 6e85d9b + 1824b7f commit ca4f649
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Formula/g/g-ls.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class GLs < Formula
desc "Powerful and cross-platform ls"
homepage "https://g.equationzhao.space"
url "https://github.com/Equationzhao/g/archive/refs/tags/v0.25.4.tar.gz"
sha256 "e65b805911aea06a5de65cddef6ee3c43ae755b4b95e930fa9461a336c819647"
url "https://github.com/Equationzhao/g/archive/refs/tags/v0.26.0.tar.gz"
sha256 "d0f86bf45ecbaa12d6f3e5cf73686081025c4adfd6251792e751a85f203bcf2f"
license "MIT"
head "https://github.com/Equationzhao/g.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7687e85bd6e5c3e4135fc446dddf8610a077d99638a95d8fb2659e331da5e2ff"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1bc17b786f2770a7bb7a38afe35107d9bd27b73d41b2ee422647befd9c91f6ad"
sha256 cellar: :any_skip_relocation, arm64_monterey: "753024c8794805c08616345d09783dfc11baf2dbc21d3343d7528d72833e7f38"
sha256 cellar: :any_skip_relocation, sonoma: "1e71c27973e3948abb10ec5194a68dedb1430c5e287bba5954986864b928a9a6"
sha256 cellar: :any_skip_relocation, ventura: "ddfedcc87417134fba5fe6f1c478231754428dc5b2d8338cbeee780888661710"
sha256 cellar: :any_skip_relocation, monterey: "c5c7c98d832aee7b73111f1a8450489bb7720709b33c2d123aa772ec1e4bed1f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a0449a6870b53d1e198edaeed6b8a5278680379e4ec9b9b7835c1930961409c9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b48b96eebd4382160278038cb68d52604b022aa9389fe086d81d175942ca4b1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3bfb07f1819e14f972d2c9002af374b879c1ce265dd1eec19d39912596f3bc0f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b0f7f5bc81b94380a54e3aac154fbf1dc661f9013d95eb148219af38ce787dce"
sha256 cellar: :any_skip_relocation, sonoma: "3ab7ed42d76c8fb160461f419191f07172935e2cac162d5333866078f04c96c1"
sha256 cellar: :any_skip_relocation, ventura: "ecffb21c23042defcbb1ef83f9a7d2f63a5a11c033d17abb0e79201aa0359eea"
sha256 cellar: :any_skip_relocation, monterey: "b9ca1bc8afed7e4e3a2a9692df503ce8f1566971ccd5c47144aad49541c7555b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d01081e2128e48c9e6d8ebfe7397ad06d05a268bc0e6d543dbe73a05d9a486f"
end

depends_on "go" => :build
Expand All @@ -22,6 +22,7 @@ def install
system "go", "build", *std_go_args(output: bin/"g", ldflags: "-s -w")

man1.install buildpath.glob("man/*.1.gz")
zsh_completion.install "completions/zsh/_g"
end

test do
Expand Down

0 comments on commit ca4f649

Please sign in to comment.