From 8b667e47b808b3212428e9ab7af0abb7708ff950 Mon Sep 17 00:00:00 2001 From: equationzhao Date: Fri, 9 Feb 2024 00:35:44 +0800 Subject: [PATCH 1/2] g-ls 0.26.0 --- Formula/g/g-ls.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/g/g-ls.rb b/Formula/g/g-ls.rb index 4205422d2d1ec..499fa541a5df7 100644 --- a/Formula/g/g-ls.rb +++ b/Formula/g/g-ls.rb @@ -1,8 +1,8 @@ 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" @@ -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 From 1824b7f8da55055f04d77519ed030a729e512afe Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:35:51 +0000 Subject: [PATCH 2/2] g-ls: update 0.26.0 bottle. --- Formula/g/g-ls.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/g-ls.rb b/Formula/g/g-ls.rb index 499fa541a5df7..ae9cc14e41c6b 100644 --- a/Formula/g/g-ls.rb +++ b/Formula/g/g-ls.rb @@ -7,13 +7,13 @@ class GLs < Formula 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