Skip to content

Commit

Permalink
Merge pull request #132243 from chenrui333/bump-bittwist-3.1
Browse files Browse the repository at this point in the history
bittwist 3.1
  • Loading branch information
BrewTestBot authored May 29, 2023
2 parents dbac15c + f9268c6 commit 46ba449
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/bittwist.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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
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"
Expand Down

0 comments on commit 46ba449

Please sign in to comment.