Skip to content

Commit 9ab5836

Browse files
committed
chore(brew): update formula to 0.5.3
1 parent 75624a8 commit 9ab5836

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/pubm.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
class Pubm < Formula
22
desc "Publish manager for multiple registries"
33
homepage "https://github.com/syi0808/pubm"
4-
version "0.5.2"
4+
version "0.5.3"
55
license "Apache-2.0"
66

77
on_macos do
88
if Hardware::CPU.arm?
9-
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.2/pubm-darwin-arm64.tar.gz"
10-
sha256 "efa21faf88f061eadedcb98cabe9b018a6a4ec50ef3e4880d0b9babcb5eeaab5"
9+
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.3/pubm-darwin-arm64.tar.gz"
10+
sha256 "70f3d2984892c38bc52a57790463da9a1ec45abbc5623d2405f2128a2341eb23"
1111
elsif Hardware::CPU.intel?
12-
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.2/pubm-darwin-x64.tar.gz"
13-
sha256 "9643b213474cf4d5ab61612c61524be838a093476bda6defa0ebcbb412f1b104"
12+
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.3/pubm-darwin-x64.tar.gz"
13+
sha256 "912d60c2d3f9bf9099ed0cf6ad48ffdfe252dd371f545baf9decd36eded1e41d"
1414
end
1515
end
1616

1717
on_linux do
1818
if Hardware::CPU.arm?
19-
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.2/pubm-linux-arm64.tar.gz"
20-
sha256 "06f7f6ea15070609770330a1bbbc459097acd23a820991b2a9c5044705895ec2"
19+
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.3/pubm-linux-arm64.tar.gz"
20+
sha256 "9dfd2ce784429ec8921e6ff574a4c33e3ab43845cc1f7e30b2eedbbd338211df"
2121
elsif Hardware::CPU.intel?
22-
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.2/pubm-linux-x64.tar.gz"
23-
sha256 "b502292bfccf9cff0ec1b9dbef67e6118fe354cecd5761251c2a5f0f616b0483"
22+
url "https://github.com/syi0808/pubm/releases/download/pubm%400.5.3/pubm-linux-x64.tar.gz"
23+
sha256 "05a2a9998f94bd2252219ecba72a30a336a688a0010b5009325284cebf3215ac"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)