Skip to content

Commit 3a2ec2a

Browse files
Update Homebrew formula to v0.3.2
1 parent 1a4c6e7 commit 3a2ec2a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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.3.1"
7+
version "0.3.2"
88
license "MIT"
99

1010
on_macos do
1111
if Hardware::CPU.arm?
12-
url "https://github.com/captjt/devproc/releases/download/v0.3.1/devproc-v0.3.1-darwin-arm64.tar.gz"
13-
sha256 "33561d6f0c70edbfe116e2b4220ebafd5898b8272eb6a47314629d6ed983556d"
12+
url "https://github.com/captjt/devproc/releases/download/v0.3.2/devproc-v0.3.2-darwin-arm64.tar.gz"
13+
sha256 "f49168151bdd7f0c7d56352f906e1feeb457a5382de3f099273e88b4d16ee774"
1414
else
15-
url "https://github.com/captjt/devproc/releases/download/v0.3.1/devproc-v0.3.1-darwin-x64.tar.gz"
16-
sha256 "746d36ff502b8d20ab85649dadcc68f16532e1639794bc8b9dbbc1bcc948452f"
15+
url "https://github.com/captjt/devproc/releases/download/v0.3.2/devproc-v0.3.2-darwin-x64.tar.gz"
16+
sha256 "d3560e042a4468479f3924cd1a93f02128f723c3b984ec19707e3b84fa343942"
1717
end
1818
end
1919

2020
on_linux do
21-
url "https://github.com/captjt/devproc/releases/download/v0.3.1/devproc-v0.3.1-linux-x64.tar.gz"
22-
sha256 "c0968461d31dad0fd5a36ae311037ed118bdde8a8da73a98ab2b0a365675d31e"
21+
url "https://github.com/captjt/devproc/releases/download/v0.3.2/devproc-v0.3.2-linux-x64.tar.gz"
22+
sha256 "14dcdc0422114050fdf0198d9a13f215c44bf3c229557639ec550b52aa4f9961"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)