Skip to content

Commit 8003610

Browse files
committed
Merge branch 'master' of github.com:captjt/devproc
2 parents e22c8f3 + 7dd73a7 commit 8003610

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

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

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

2525
def install

0 commit comments

Comments
 (0)