Skip to content

Commit

Permalink
Merge pull request #175928 from Homebrew/bump-multitail-7.1.3
Browse files Browse the repository at this point in the history
multitail 7.1.3
  • Loading branch information
BrewTestBot committed Jun 29, 2024
2 parents c940025 + dfcf084 commit f6b1ef4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1631,6 +1631,7 @@ mtools
mu
muffet
mujs
multitail
murex
mutt
mvnvm
Expand Down
20 changes: 10 additions & 10 deletions Formula/m/multitail.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Multitail < Formula
desc "Tail multiple files in one terminal simultaneously"
homepage "https://vanheusden.com/multitail/"
url "https://github.com/folkertvanheusden/multitail/archive/refs/tags/7.1.2.tar.gz"
sha256 "c8552e10093f0690b8baef84945753c878e234d7b3d0e3ff27e509ed5515998c"
license "Apache-2.0"
url "https://github.com/folkertvanheusden/multitail/archive/refs/tags/7.1.3.tar.gz"
sha256 "f55732781f7319e137a3ff642a347af1aaf3ed5265ed12526bdd0666d708d805"
license "MIT"
head "https://github.com/folkertvanheusden/multitail.git"

bottle do
sha256 cellar: :any, arm64_sonoma: "f3fc083b287b8f49b9c79ca1951be8f5032ad00f839110eb8a778dc2487925fd"
sha256 cellar: :any, arm64_ventura: "98444fd682fdb68e33acef1864f3364d2048a50c4d707453bafbf04246314e86"
sha256 cellar: :any, arm64_monterey: "65cfe67e4d5634b323c1bf70a5d8264f52b26320083188af4a1f68a0db7cf67f"
sha256 cellar: :any, sonoma: "074de6e786a2ba9a0f45415eab5977fb9adf4edf88996931ceba3d6f4bb45827"
sha256 cellar: :any, ventura: "a453421f0d555ad4b6be1d09b91f3bd8d90801e0990df31ca1e3316f8e017a77"
sha256 cellar: :any, monterey: "79ba0b2ef4b92fba512392fef29417216feb83a6e598f3dbfec0c3afb8254bf3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa9ed05dd7832ab4b6f705d3196f13f8c0526ee74db4ac9dbdfb4c6d96be0f41"
sha256 cellar: :any, arm64_sonoma: "85f9d755e256e34e0aa8124e3b72204cdd8626f6a0049f9613bbd0f09f235c6a"
sha256 cellar: :any, arm64_ventura: "c8a2a1107b2961ab2a29e7330b853e9cffd5fc7899fa77936fc38799e9a7547a"
sha256 cellar: :any, arm64_monterey: "1e1707743b8af156281668a90f0d4ad911a8d9933b6c420a78096d5974b9ed3a"
sha256 cellar: :any, sonoma: "a1473bc82165fd249e0c6097538019e7c0afe9a6be51b734a293c605395e47fd"
sha256 cellar: :any, ventura: "c08f64a95cb7a30f521822d5a39be9ce14a991130c357a90155a9aef49ca0ad8"
sha256 cellar: :any, monterey: "5378cb6701af8853f0d5004f9f9b614311f9920b191391c4782c2fbc7c3503b9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb0e34602486174a324495b68e4770466bb79a109ff22fa9f633a5cf825d03bd"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit f6b1ef4

Please sign in to comment.