11class Youtubeuploader < Formula
22 desc "Scripted uploads to Youtube"
33 homepage "https://github.com/porjo/youtubeuploader"
4- url "https://github.com/porjo/youtubeuploader/archive/refs/tags/v1.24.4 .tar.gz"
5- sha256 "2409b0bb2f622eacba38794d24839318496e910ce33ddf2c8a139e17887b1087 "
4+ url "https://github.com/porjo/youtubeuploader/archive/refs/tags/v1.25.1 .tar.gz"
5+ sha256 "729d3cb5a6ff6a09742d9d9371a9c84fc21961d972c24694abed3b048c3d1b83 "
66 license "Apache-2.0"
77 version_scheme 1
88 head "https://github.com/porjo/youtubeuploader.git" , branch : "master"
@@ -17,12 +17,12 @@ class Youtubeuploader < Formula
1717 end
1818
1919 bottle do
20- sha256 cellar : :any_skip_relocation , arm64_sequoia : "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108 "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108 "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "306d23232c8eecb0705f0a5f0ad360a0149480f890059fb2d686b11e72b6f108 "
23- sha256 cellar : :any_skip_relocation , sonoma : "f7cb2de9e8a4ba10fc55a271cd5c7de7e62913269c376427e050d5a0b2dc62a7 "
24- sha256 cellar : :any_skip_relocation , ventura : "f7cb2de9e8a4ba10fc55a271cd5c7de7e62913269c376427e050d5a0b2dc62a7 "
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "f48418f9540c2469c963192e3c15d914346900aad522cf144fe23f1a9e19b000 "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4 "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4 "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "634979e6eda2d78597ba78ca2cbf1e0ada4fc0a1a81260ae42391180f789c6a4 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "520ebb066a5ec08194412e8e39d4f87a71219819fee9430b55a0b1cd827afe4c "
24+ sha256 cellar : :any_skip_relocation , ventura : "520ebb066a5ec08194412e8e39d4f87a71219819fee9430b55a0b1cd827afe4c "
25+ sha256 cellar : :any_skip_relocation , x86_64_linux : "11ba164d7f1330bb97cb6a0d62709577d9cf213bf05dd9adda1ff4c301477790 "
2626 end
2727
2828 depends_on "go" => :build
0 commit comments