|
1 | 1 | class Podsync < Formula |
2 | 2 | desc "Turn YouTube or Vimeo channels, users, or playlists into podcast feeds" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/mxpv/podsync.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "go" => :build |
@@ -48,7 +46,7 @@ def install |
48 | 46 | pid = fork do |
49 | 47 | exec bin/"podsync" |
50 | 48 | end |
51 | | - sleep 1 |
| 49 | + sleep 3 |
52 | 50 |
|
53 | 51 | Process.kill("SIGINT", pid) |
54 | 52 | Process.wait(pid) |
|
0 commit comments