Skip to content

Commit 65af537

Browse files
Update Homebrew formula to v0.5.0
1 parent 8003610 commit 65af537

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

1010
on_macos do
1111
if Hardware::CPU.arm?
12-
url "https://github.com/captjt/devproc/releases/download/v0.4.1/devproc-v0.4.1-darwin-arm64.tar.gz"
13-
sha256 "4725aebb2d1fb80fb432a31c1bfb06b0501264cf01398f1ec6dd7f3dbd7097e0"
12+
url "https://github.com/captjt/devproc/releases/download/v0.5.0/devproc-v0.5.0-darwin-arm64.tar.gz"
13+
sha256 "ace7cae8bbf140ea06d961eede6e0d73892167627e30639d8cbb33f092dfee88"
1414
else
15-
url "https://github.com/captjt/devproc/releases/download/v0.4.1/devproc-v0.4.1-darwin-x64.tar.gz"
16-
sha256 "17fc81cd580994d8b43c75c45c38cb32a793cc8689de07781cb0c0c74bb487ad"
15+
url "https://github.com/captjt/devproc/releases/download/v0.5.0/devproc-v0.5.0-darwin-x64.tar.gz"
16+
sha256 "510801862917819d5cf35bade9a1579194f6cb7767dfb561df92c5b5a78743d2"
1717
end
1818
end
1919

2020
on_linux do
21-
url "https://github.com/captjt/devproc/releases/download/v0.4.1/devproc-v0.4.1-linux-x64.tar.gz"
22-
sha256 "95b9386e91f5022f6ef9f7c085dabf1f8a339ffc8adc66b1433ca939430f5aca"
21+
url "https://github.com/captjt/devproc/releases/download/v0.5.0/devproc-v0.5.0-linux-x64.tar.gz"
22+
sha256 "4239c8ebbffa61378bd16ef99d7a522c883fbdc6a59728e4732b69f1644b0605"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)