Skip to content

Commit ba36b86

Browse files
authored
Merge pull request #233191 from Homebrew/bump-vsd-0.4.2
vsd 0.4.2
2 parents 7057a13 + af8105b commit ba36b86

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/vsd.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Vsd < Formula
22
desc "Download video streams over HTTP, DASH (.mpd), and HLS (.m3u8)"
33
homepage "https://github.com/clitic/vsd"
4-
url "https://github.com/clitic/vsd/archive/refs/tags/vsd-0.4.1.tar.gz"
5-
sha256 "90a23926db4e7ee7a7cda4d233cf87c558fbac81f4c80400effbfbc600ff50e8"
4+
url "https://github.com/clitic/vsd/archive/refs/tags/vsd-0.4.2.tar.gz"
5+
sha256 "edc3ffc310a90e8941e6bb48f56e057cefad763104edc3a174caa48206d43e11"
66
license "MIT"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Vsd < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed3598124be66460ad5b3573367987c6584b2cd54cd8eac0a5ee19ed717c695c"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fbe5410720b44ea54377c6e1fc96af0c2f7a24501d0d6215c3bad3a5c9ece308"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f4b4a00cfb89f846127e8fc17086f49743c72b9365892d538e8e101b88ddef7e"
17-
sha256 cellar: :any_skip_relocation, sonoma: "475e1a698f39238ddceafe34a848ec4b5f85138f74f4169e6412edbe497a7099"
18-
sha256 cellar: :any_skip_relocation, ventura: "29244c10722d714771a1100153d0666f2c6c5de1502e80ca9fb463185fe7b10b"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "75b30745103cd926260b68088d4f2fab949cb3b39d58d0468054af1855ad774e"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0bf0879345a3f7259fa7213445c509ee33dd0e1f48fafccfde3b52edcf9f440b"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ccdae4c5daf9c63de0d3b9bc284b6e5c2a625ab4215f9057c1ef788de2c767cf"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b338047844c9abb3e63b2f6c50d8df46a989a138ad492ea76a3e4228d6dac0b"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2643809f7abe434e1eee2c3927d4db42a56bed296dde05dc06c7b3e065ddbdb2"
17+
sha256 cellar: :any_skip_relocation, sonoma: "66081014580e637deec52d99c035c58c80b5be51d0fea63c3edc8ee41d3f8125"
18+
sha256 cellar: :any_skip_relocation, ventura: "bd013e83cdd359c2aa8b366736c44522324b0e6fd66b482bca7d71069bee863c"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "627e1a3b2c24654c91abf140fcc801e5eac15698122f2ec9355645c3d217058f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3c89ff0bde28984d99a53b82dcd3870399d06d34e827b554f562b9608379d84"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)