Skip to content

Commit 42fba99

Browse files
authored
Merge pull request #207128 from Homebrew/bump-gomi-1.3.0
gomi 1.3.0
2 parents c5656c3 + 06c26f6 commit 42fba99

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gomi.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gomi < Formula
22
desc "Functions like rm but with the ability to restore files"
33
homepage "https://gomi.dev"
4-
url "https://github.com/babarot/gomi/archive/refs/tags/v1.2.2.tar.gz"
5-
sha256 "3943e508633a388f263bdf96203a48fe5d30c88b2378853456a0e3eae9d10dfe"
4+
url "https://github.com/babarot/gomi/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "bd7441272c6ac1ae6c3fb378c4fe1bdf5f9c12995eebc2cbacca3da8d7906c1c"
66
license "MIT"
77
head "https://github.com/babarot/gomi.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fe650231c6cdb0a468e2d8f7283270f12d8e429278157d66f32128222226c20"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fe650231c6cdb0a468e2d8f7283270f12d8e429278157d66f32128222226c20"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9fe650231c6cdb0a468e2d8f7283270f12d8e429278157d66f32128222226c20"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a618ab04c5f5578912dadf86b10e84fe9feafd3e700a2a53660347008717f312"
14-
sha256 cellar: :any_skip_relocation, ventura: "a618ab04c5f5578912dadf86b10e84fe9feafd3e700a2a53660347008717f312"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "372badc575a4efd9c31cc21ef47c454ea53c3f69b0929ae0a2758dd0731ebdee"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d58341b9da9c7e871ef6104378297566160b21df5fda12da2186435cae06110"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d58341b9da9c7e871ef6104378297566160b21df5fda12da2186435cae06110"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2d58341b9da9c7e871ef6104378297566160b21df5fda12da2186435cae06110"
13+
sha256 cellar: :any_skip_relocation, sonoma: "23765b3744d1681ed967a44757214753a533548a73165531c657d08593bbfd47"
14+
sha256 cellar: :any_skip_relocation, ventura: "23765b3744d1681ed967a44757214753a533548a73165531c657d08593bbfd47"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c9644480b083cf3a43b0e75ac3bcfc98e65159aeb82e12191218cfd0575cdcd3"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)