From 9af19a27ad561264c7c65fb79beb19a245972ff2 Mon Sep 17 00:00:00 2001 From: Billie Thompson <133327+PurpleBooth@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:35:07 +0000 Subject: [PATCH] fix: Update whatismyip to v0.13.11 --- Formula/whatismyip.rb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Formula/whatismyip.rb b/Formula/whatismyip.rb index fd605096..d95f504e 100644 --- a/Formula/whatismyip.rb +++ b/Formula/whatismyip.rb @@ -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.10.tar.gz" - sha256 "157a2d315fa407142a4eb851c4fe7e4ee71f3b177e12e4513047cca400d87f81" - - bottle do - root_url "https://github.com/PurpleBooth/homebrew-repo/releases/download/whatismyip-0.13.10" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "11c51cf3af1bae461cb136084045651b12d34c34ed679243b8c956a7c97cd2b3" - sha256 cellar: :any_skip_relocation, ventura: "2f09a837b3b66cd4c03670d8c4a5872f911e3f7f855ade0b5acce07ef960c42a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4c77b445cde8291a3e9a00043070ef96086752914b5b64db9459f971726d6dde" - end + url "https://github.com/PurpleBooth/whatismyip/archive/refs/tags/v0.13.11.tar.gz" + sha256 "c749b8260160629c51af572d8ffbaa054302124b2f23ae59260016e5d51c89c9" depends_on "rust" => :build