Skip to content

Commit 90044a0

Browse files
authored
Merge pull request Homebrew#198343 from Homebrew/bump-youtubeuploader-24.03
youtubeuploader 24.03
2 parents 05b92d9 + ae1e15f commit 90044a0

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Formula/y/youtubeuploader.rb

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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/24.02.tar.gz"
5-
sha256 "cd62bb1043bae7eae7fa462beb7d7f1ad8e1038b54bd9159d70ec24ff8a055ec"
4+
url "https://github.com/porjo/youtubeuploader/archive/refs/tags/24.03.tar.gz"
5+
sha256 "aca9c3fc9d7325911b0c5a88dc9e3880d0796ec563ad9ac00f6cf59be6b5b87a"
66
license "Apache-2.0"
77
head "https://github.com/porjo/youtubeuploader.git", branch: "master"
88

@@ -16,16 +16,22 @@ class Youtubeuploader < Formula
1616
end
1717

1818
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "030c2ca4236eeee1475861c5f777fa083ead3871e90f5a72c2ef56ddf70acb61"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "030c2ca4236eeee1475861c5f777fa083ead3871e90f5a72c2ef56ddf70acb61"
21-
sha256 cellar: :any_skip_relocation, arm64_ventura: "030c2ca4236eeee1475861c5f777fa083ead3871e90f5a72c2ef56ddf70acb61"
22-
sha256 cellar: :any_skip_relocation, sonoma: "8100f9c2526af5bc4e4a424364a0188c67fab700c27399913b0bb5098fcd4f65"
23-
sha256 cellar: :any_skip_relocation, ventura: "8100f9c2526af5bc4e4a424364a0188c67fab700c27399913b0bb5098fcd4f65"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b24acc0c03b98aa0faeb6aa7b4bfa29596cf10d10b7651a771d707fad75df45"
19+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a3eaf329e33673f4fe225827bb5ca48d4068204032aadfba402fecd92dac41e"
20+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a3eaf329e33673f4fe225827bb5ca48d4068204032aadfba402fecd92dac41e"
21+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a3eaf329e33673f4fe225827bb5ca48d4068204032aadfba402fecd92dac41e"
22+
sha256 cellar: :any_skip_relocation, sonoma: "2def42024252812e8f17c4251a2f92686682e10234825a214909ef4f5fb200d8"
23+
sha256 cellar: :any_skip_relocation, ventura: "2def42024252812e8f17c4251a2f92686682e10234825a214909ef4f5fb200d8"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ada9633eac9b099ec8d45e1d21536390380e97cde22ba815468c80cf663a8cef"
2525
end
2626

2727
depends_on "go" => :build
2828

29+
# Fix -version flag. Remove on next release.
30+
patch do
31+
url "https://github.com/porjo/youtubeuploader/commit/56ec5890518760c873b0dd496f3a8b46af81cb65.patch?full_index=1"
32+
sha256 "b17bed81b9a6e7d74d665d7cf515e517f24ae27c4438a98d9b2c109c075b5942"
33+
end
34+
2935
def install
3036
ldflags = "-s -X main.appVersion=#{version}"
3137
system "go", "build", *std_go_args(ldflags:), "./cmd/youtubeuploader"

0 commit comments

Comments
 (0)