Skip to content

Commit

Permalink
goresume: update 0.3.10 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Jul 1, 2024
1 parent 9361bdd commit daee38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/goresume.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ class Goresume < Formula
license "MIT"

bottle do
root_url "https://github.com/nikaro/homebrew-tap/releases/download/goresume-0.3.8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d6df2758ae84b1c8097b314da11e07fd759106fc38070ebd25d5c85262ea56d5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "824479e9e42c63b9bcd2271cf3e466e9091c5b1fb5c0b44b2236609c3345eb83"
root_url "https://github.com/nikaro/homebrew-tap/releases/download/goresume-0.3.10"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7e4f7dfe02585b6083561edb9d18f7fd5bc7d45813bd70aeaf9ddc272faefa1d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6fcff850181e26130f3c70d36c6fa260e5d45d0f40d49e37fb08d592c4e9bb7c"
end

depends_on "go" => :build
Expand Down

0 comments on commit daee38e

Please sign in to comment.