File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44class 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
You can’t perform that action at this time.
0 commit comments