Skip to content

Commit 35b9e77

Browse files
authored
Merge pull request #230040 from Homebrew/bump-podsync-2.8.0
podsync 2.8.0
2 parents c38347d + 6611378 commit 35b9e77

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Formula/p/podsync.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Podsync < Formula
22
desc "Turn YouTube or Vimeo channels, users, or playlists into podcast feeds"
33
homepage "https://github.com/mxpv/podsync"
4-
url "https://github.com/mxpv/podsync/archive/refs/tags/v2.7.0.tar.gz"
5-
sha256 "9852b5ef187f31f281c7968c644202770fb8f6f1b8bf5c91d811d486cac54a34"
4+
url "https://github.com/mxpv/podsync/archive/refs/tags/v2.8.0.tar.gz"
5+
sha256 "ec23c744294884c8621faeec78b411f3434f75470986837a6b371ed05373204c"
66
license "MIT"
77
head "https://github.com/mxpv/podsync.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "20be398a640998d4759372f56a4fd365e79eea1ca785366bd863700915177ca8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2e01a9ac695520eec8a398618bc9b5eab8577e3bcbeee146e9c3f8f5ffdaaebe"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d1eda2a20fd3c5697c4cce16248960e105b36603e6e5d838156bd5f9b47e3784"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d61e7e03d5b60ea673f3065870229d9359eb2b6ac0ed5e4ea98a6da86ed0547"
14-
sha256 cellar: :any_skip_relocation, sonoma: "602bba68f7ecc9dcfa776a522c80a64bf63df21efbf2a794f377789887d1efbe"
15-
sha256 cellar: :any_skip_relocation, ventura: "5a0792de081350d678e627f2a6557e0c82bfd4d1a02588ea9d88c8dc062159f3"
16-
sha256 cellar: :any_skip_relocation, monterey: "b68c090c3038e2b6497030fa3f9412aad1aaa22deee3fed78d1d0c5af1b7a7db"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "21dd15567642059e94a37909abcb9492bb2e7c524e00f33f6f4a1a5b7acb1279"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b72aff6c92db971877d7d991633587ab3618b554ae58909aa8b9cc2e4abe66cd"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bc61487934281dcc05b9750a9c3ec8ac562e432acaceb1ab650f42ecd8c9971"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ddfc6f47832c2496d85747da38144fb3ad2257920cdfe506984d9719b222c23"
13+
sha256 cellar: :any_skip_relocation, sonoma: "076d6a5b15d3928fb68f0f63ccdf406c139e55ca2ba0f2dcb6641d9c04e1e2fd"
14+
sha256 cellar: :any_skip_relocation, ventura: "ce6b3c9f883b9d1274abd99d4f4cfb3f1187c14c425b2760067f87d5f92a4180"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e85c76e45e098adc8b4310dfe93b9c3fc48cff6b54223743acd28beb8ac2651c"
1816
end
1917

2018
depends_on "go" => :build
@@ -48,7 +46,7 @@ def install
4846
pid = fork do
4947
exec bin/"podsync"
5048
end
51-
sleep 1
49+
sleep 3
5250

5351
Process.kill("SIGINT", pid)
5452
Process.wait(pid)

0 commit comments

Comments
 (0)