Skip to content

Commit

Permalink
fix: Update whatismyip to v0.13.10
Browse files Browse the repository at this point in the history
Closes #1873.

Signed-off-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
PurpleBooth authored and mergify[bot] committed Dec 4, 2024
1 parent 5928430 commit d4fcdcb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Formula/whatismyip.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
class Whatismyip < Formula
desc "Work out what your IP is"
homepage "https://github.com/PurpleBooth/whatismyip"
url "https://github.com/PurpleBooth/whatismyip/archive/refs/tags/v0.13.9.tar.gz"
sha256 "2201f4a4df64b70fc88973077821ad7e51b83a0fe05822e35b4acdccc1fb27fc"

bottle do
root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/whatismyip-0.13.9"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f07be9f4d3a1e464a29dd0f755fc565018acc31f4f2beee05b7055b8d98c0c75"
sha256 cellar: :any_skip_relocation, ventura: "248089a520ff029e21df6162314e70c87b96bd2c1c7cd76b58b3105ab96a5655"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7a8afa241454e6a47af0fba947c474876d0e5c1d46388d9aa5ef0d018837ca6c"
end
url "https://github.com/PurpleBooth/whatismyip/archive/refs/tags/v0.13.10.tar.gz"
sha256 "157a2d315fa407142a4eb851c4fe7e4ee71f3b177e12e4513047cca400d87f81"

depends_on "rust" => :build

Expand Down

0 comments on commit d4fcdcb

Please sign in to comment.