From 84013140667c3e7b32215a1bc1a426f1c7e1b31e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 14 Dec 2024 10:31:21 -0500 Subject: [PATCH] qshell: update checksum for 2.16.0 rel Signed-off-by: Rui Chen --- Formula/q/qshell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/qshell.rb b/Formula/q/qshell.rb index 1fc371e0d8cae..5cf50ffcc4647 100644 --- a/Formula/q/qshell.rb +++ b/Formula/q/qshell.rb @@ -2,7 +2,7 @@ class Qshell < Formula desc "Shell Tools for Qiniu Cloud" homepage "https://github.com/qiniu/qshell" url "https://github.com/qiniu/qshell/archive/refs/tags/v2.16.0.tar.gz" - sha256 "84c37af331ba5e6893c3cfb3badd4dd6c04679cbe9017d74d869f2e0cfed8cce" + sha256 "f0b9e9bec2e9f07b144d7fd660a60d419da07ae4c1882a7a6f7c5a9a7f969002" license "MIT" head "https://github.com/qiniu/qshell.git", branch: "master"