From 79042de2a8958671faa6e52cc2365d643461d885 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 29 May 2023 08:58:34 -0400 Subject: [PATCH 1/2] bittwist 3.1 --- Formula/bittwist.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/bittwist.rb b/Formula/bittwist.rb index 912884794d17..d99c11c595dc 100644 --- a/Formula/bittwist.rb +++ b/Formula/bittwist.rb @@ -1,8 +1,8 @@ class Bittwist < Formula desc "Libcap-based Ethernet packet generator" homepage "https://bittwist.sourceforge.io" - url "https://downloads.sourceforge.net/project/bittwist/macOS/Bit-Twist%203.0/bittwist-macos-3.0.tar.gz" - sha256 "d5d0d5fdd30de76822d8eb36964783fb33ad2ba703879aad8a6634d773a9350d" + url "https://downloads.sourceforge.net/project/bittwist/macOS/Bit-Twist%203.1/bittwist-macos-3.1.tar.gz" + sha256 "88d1870f8ba9050e0fc89b96501b71155d76d9855f4eadf81258ade07e439d5e" license "GPL-2.0-or-later" bottle do From f9268c65f20133f302e25dd03b0821888291c4dd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 29 May 2023 13:41:52 +0000 Subject: [PATCH 2/2] bittwist: update 3.1 bottle. --- Formula/bittwist.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/bittwist.rb b/Formula/bittwist.rb index d99c11c595dc..f5b815638140 100644 --- a/Formula/bittwist.rb +++ b/Formula/bittwist.rb @@ -6,13 +6,13 @@ class Bittwist < Formula license "GPL-2.0-or-later" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "5da7de7879a74aa16b50544cb077da092f3c36ae6d7c2ef1469716664cba88a8" - sha256 cellar: :any_skip_relocation, arm64_monterey: "10c434ad8cae176e1e3ef12213da51024bbdd7009236be1b54d75ad72ea94bec" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "d9e3ba140bfb33503e224b67bb1fddfbf2f967549323b85857ea677a59fecf04" - sha256 cellar: :any_skip_relocation, ventura: "cb79cd4fcae94326ecdd8191c9681ac6ede34f0df02f602dd5018fd1b345c04d" - sha256 cellar: :any_skip_relocation, monterey: "5a3667296896c09123f2c88d4c94691aa168616e2824ba67a3c89c1e2c32c0fe" - sha256 cellar: :any_skip_relocation, big_sur: "9668892c38a0f943c77eabc0c49cba2e23696b4d9f6b642a98a95f6f0bc8133a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "29e30b5465dd2ed11b08c4776ddeb312114da7dd8ffe4bfecddd2273ae20c305" + sha256 cellar: :any_skip_relocation, arm64_ventura: "9dbd2f2b385f253d0b2adcf076c8c71836a153934c273fc1ef429d44faa4d78a" + sha256 cellar: :any_skip_relocation, arm64_monterey: "23c74492b097bdc7ccd53a2eef8065793a2d130a06a338953591b0a36b8d463e" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "bae24b9cd57deba3efa2047cd75f2cfa020b9121855933eeeb67dafc59944cd8" + sha256 cellar: :any_skip_relocation, ventura: "cf77a149cb319450d0b04f3c3d46538828d1187c7df3e3c29d49906b91f9f489" + sha256 cellar: :any_skip_relocation, monterey: "716fcfbc18d08fa5cc7dc9c28391127a76e35a46c12ebbd92a1ba2c9c1acf024" + sha256 cellar: :any_skip_relocation, big_sur: "b1112494b4d22a954a7a58667a2c81e00d02c85e97433dbc3eb416209fbfce76" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e87220f23b6e808c71055923a28b09a67877a98ac7d8bf7bffbefaea7e96f27b" end uses_from_macos "libpcap"