From 008bb411fe1847483db1c33ce3e93534b0af0dbd Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Tue, 3 Dec 2024 10:42:18 -0800 Subject: [PATCH] bump pget to 0.9.1 --- Formula/pget.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pget.rb b/Formula/pget.rb index 04ee3b5..8ad86bc 100644 --- a/Formula/pget.rb +++ b/Formula/pget.rb @@ -1,8 +1,8 @@ class Pget < Formula desc "Parallel file downloader & extractor" homepage "https://github.com/replicate/pget" - url "https://github.com/replicate/pget/archive/refs/tags/v0.6.2.tar.gz" - sha256 "d0dc4f522e0530d5b25f02ed71b7f76367f175a493e43bf1df2ae95467ef02c8" + url "https://github.com/replicate/pget/archive/refs/tags/v0.9.1.tar.gz" + sha256 "0dc9b816006d1548c514e572e995d38d6763e8b50754c24ef0586ad217c0904e" license "Apache-2.0" head "https://github.com/replicate/pget.git", branch: "main"