From 4cd7c988c6f4d5c7e64594918490c9b16d7aac71 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Sun, 20 Oct 2024 12:41:52 +0200 Subject: [PATCH] Brew formula update for config-lsp version v0.1.1 --- Formula/config-lsp.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/config-lsp.rb b/Formula/config-lsp.rb index d3ba351..496a376 100644 --- a/Formula/config-lsp.rb +++ b/Formula/config-lsp.rb @@ -5,20 +5,20 @@ class ConfigLsp < Formula desc "Finally a LSP for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!" homepage "https://github.com/Myzel394/config-lsp" - version "0.1.0" + version "0.1.1" on_macos do on_intel do - url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.0/config-lsp_Darwin_x86_64.tar.gz" - sha256 "5b1b15e591a6360d454469a44cd2dea36511f2b6aea0b258f67fd863862ff964" + url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.1/config-lsp_Darwin_x86_64.tar.gz" + sha256 "3a4521bd3fb22f66d887a85bba61db043810bd7a171f092df0d3c780697d4949" def install bin.install "config-lsp" end end on_arm do - url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.0/config-lsp_Darwin_arm64.tar.gz" - sha256 "2a6d196770a21148d8ee5cbacf40ba9b83fcaea9aed1f156c562f5c602a5cffb" + url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.1/config-lsp_Darwin_arm64.tar.gz" + sha256 "3425577c71eb71d98653ca22fa9a7765c4ba15cffc665879ccefe43c8390e048" def install bin.install "config-lsp" @@ -29,8 +29,8 @@ class ConfigLsp < Formula on_linux do on_intel do if Hardware::CPU.is_64_bit? - url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.0/config-lsp_Linux_x86_64.tar.gz" - sha256 "a0dcb12606fd81e477f9288a04f98d805fecea8afacf4dff6ea64294685ca48f" + url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.1/config-lsp_Linux_x86_64.tar.gz" + sha256 "980d3d3b53af9634c43154e18a053f77afd19c2a54873bb4625434a0b4789ba8" def install bin.install "config-lsp" @@ -39,8 +39,8 @@ class ConfigLsp < Formula end on_arm do if Hardware::CPU.is_64_bit? - url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.0/config-lsp_Linux_arm64.tar.gz" - sha256 "00fa242b67a97722e829f3b89fc0f4f0cc8b3e60ebb0eb7393bc88e0a9c80197" + url "https://github.com/Myzel394/config-lsp/releases/download/v0.1.1/config-lsp_Linux_arm64.tar.gz" + sha256 "764ae69b996e28c60b98b302f18cb22fa2da352405bca45ea084ed74e7689ee7" def install bin.install "config-lsp"