Skip to content

Commit 71adbf4

Browse files
committed
Merge branch 'master' of github.com:captjt/devproc
2 parents 48861ea + af15f57 commit 71adbf4

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

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

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

2525
def install

0 commit comments

Comments
 (0)