From ea2ed8f028c093e3f691ec7a12db0c1f39f960ea Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:05:46 +0000 Subject: [PATCH 1/2] bandcamp-dl: bump python resources --- Formula/b/bandcamp-dl.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index fd0c0333e3d35..2a9b0565186a6 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -6,7 +6,7 @@ class BandcampDl < Formula url "https://files.pythonhosted.org/packages/e5/4d/d463bcc20602f5385e0441cd7171b1fe6b67e2bb76240ae0f2684de6c022/bandcamp-downloader-0.0.15.tar.gz" sha256 "2f7666c00e9cff39135d5c9fc0498bbc93d64684fcb13171cbd9584e31692ebb" license "Unlicense" - revision 2 + revision 3 head "https://github.com/iheanyi/bandcamp-dl.git", branch: "master" bottle do @@ -91,8 +91,8 @@ class BandcampDl < Formula end resource "urllib3" do - url "https://files.pythonhosted.org/packages/7a/50/7fd50a27caa0652cd4caf224aa87741ea41d3265ad13f010886167cfcc79/urllib3-2.2.1.tar.gz" - sha256 "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" + url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz" + sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168" end def install From d49b3e7259cfbf15752c98861e49abc8c31f5e5f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:20:42 +0000 Subject: [PATCH 2/2] bandcamp-dl: update 0.0.15_3 bottle. --- Formula/b/bandcamp-dl.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/b/bandcamp-dl.rb b/Formula/b/bandcamp-dl.rb index 2a9b0565186a6..fd0b4caafcb51 100644 --- a/Formula/b/bandcamp-dl.rb +++ b/Formula/b/bandcamp-dl.rb @@ -10,13 +10,13 @@ class BandcampDl < Formula head "https://github.com/iheanyi/bandcamp-dl.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eec00874f38876b5bb76cc35a859457c2bb773cd5332ce6f91aaeac0eede332" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4eec00874f38876b5bb76cc35a859457c2bb773cd5332ce6f91aaeac0eede332" - sha256 cellar: :any_skip_relocation, arm64_monterey: "11659e4a8d019287b0bb3f854ba50d57ff42c09c0d9b0b6078db454d3a8cf7f5" - sha256 cellar: :any_skip_relocation, sonoma: "4eec00874f38876b5bb76cc35a859457c2bb773cd5332ce6f91aaeac0eede332" - sha256 cellar: :any_skip_relocation, ventura: "4eec00874f38876b5bb76cc35a859457c2bb773cd5332ce6f91aaeac0eede332" - sha256 cellar: :any_skip_relocation, monterey: "11659e4a8d019287b0bb3f854ba50d57ff42c09c0d9b0b6078db454d3a8cf7f5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ecbf7052c2b3ef77e9ae84bdf18e5441d9dd958063abc6ed33cf7696989e4413" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e1c04cf688a2571d5b016021c3b6a5968c93fb1df4023b0b64845f3b0e38d75" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1e1c04cf688a2571d5b016021c3b6a5968c93fb1df4023b0b64845f3b0e38d75" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e2acd5eeaf73208b443d4e841d2a9246bbe3ef5dad9e99d99d077694c6b032a5" + sha256 cellar: :any_skip_relocation, sonoma: "1e1c04cf688a2571d5b016021c3b6a5968c93fb1df4023b0b64845f3b0e38d75" + sha256 cellar: :any_skip_relocation, ventura: "1e1c04cf688a2571d5b016021c3b6a5968c93fb1df4023b0b64845f3b0e38d75" + sha256 cellar: :any_skip_relocation, monterey: "e2acd5eeaf73208b443d4e841d2a9246bbe3ef5dad9e99d99d077694c6b032a5" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4998ae3d847f3efeb003970f6c03ef7d024ec8cfbea3d1d5646558cad89b89d0" end depends_on "certifi"