Skip to content

Commit cb664e2

Browse files
committed
Merge branch 'master' of github.com:captjt/devproc
2 parents 478aea8 + e4aee1f commit cb664e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/devproc.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
class Devproc < Formula
55
desc "Terminal UI for managing local development environments"
66
homepage "https://github.com/captjt/devproc"
7-
version "0.5.2"
7+
version "0.5.3"
88
license "MIT"
99

1010
on_macos do
1111
if Hardware::CPU.arm?
12-
url "https://github.com/captjt/devproc/releases/download/v0.5.2/devproc-v0.5.2-darwin-arm64.tar.gz"
13-
sha256 "45464509515b1bf65c1ff7e4120122a6817029fda7096e51945dde4191315530"
12+
url "https://github.com/captjt/devproc/releases/download/v0.5.3/devproc-v0.5.3-darwin-arm64.tar.gz"
13+
sha256 "b26554eafd9729cbb711c203d715c318f17affedfea7592236d9bcb4efe1f293"
1414
else
15-
url "https://github.com/captjt/devproc/releases/download/v0.5.2/devproc-v0.5.2-darwin-x64.tar.gz"
16-
sha256 "bf39fc55524504e17bca1ffd8b25a1373cdb19f86e12460cd7dcf8b64bf6fc75"
15+
url "https://github.com/captjt/devproc/releases/download/v0.5.3/devproc-v0.5.3-darwin-x64.tar.gz"
16+
sha256 "65c0bbb23249dbc2d18ee5d5605983dc4ea50cbe9772fbe2c616c39a73028408"
1717
end
1818
end
1919

2020
on_linux do
21-
url "https://github.com/captjt/devproc/releases/download/v0.5.2/devproc-v0.5.2-linux-x64.tar.gz"
22-
sha256 "c7f36afcadeb210b991922b9c1399fe67b3cd1f3417a4eb5d12af3fa8f1f6a51"
21+
url "https://github.com/captjt/devproc/releases/download/v0.5.3/devproc-v0.5.3-linux-x64.tar.gz"
22+
sha256 "dcf377183fdaa2a5773fde46ec5bbc06ad393ea1e9397c390d10cc1e6510267f"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)