Skip to content

Commit f01449f

Browse files
Update Homebrew formula to v0.5.1
1 parent 4b97f10 commit f01449f

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

Formula/devproc.rb

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,26 @@
44
class Devproc < Formula
55
desc "Terminal UI for managing local development environments"
66
homepage "https://github.com/captjt/devproc"
7-
version "0.5.0"
7+
version "0.5.1"
88
license "MIT"
99

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

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

2525
def install
2626
bin.install "devproc"
27-
28-
# Generate and install shell completions
29-
generate_completions_from_executable(bin/"devproc", "completions")
3027
end
3128

3229
test do

0 commit comments

Comments
 (0)