Skip to content

Commit

Permalink
Homebrew: update formula to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 23, 2023
1 parent efa3b1b commit 04024b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions HomebrewFormula/limesctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class Limesctl < Formula
desc "Command-line interface for Limes"
homepage "https://github.com/sapcc/limesctl"
version "3.3.0"
version "3.3.1"
license "Apache-2.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.0/limesctl-3.3.0-darwin-arm64.tar.gz"
sha256 "7fdc515863070b4bddf9b31b75465bb68ca60395e6531298b50d218aeb10a6fe"
if Hardware::CPU.intel?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.1/limesctl-3.3.1-darwin-amd64.tar.gz"
sha256 "b0edf093d683ee04d9c7f2ac7982658bcce40a383c3a254515e3b96f9abc1b83"

def install
bin.install "limesctl"
Expand All @@ -20,9 +20,9 @@ def install
zsh_completion.install "completions/limesctl.zsh" => "_limesctl"
end
end
if Hardware::CPU.intel?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.0/limesctl-3.3.0-darwin-amd64.tar.gz"
sha256 "c85def501bb74cd4a1700052adab90041b108393d766db79def7d7fbc3602916"
if Hardware::CPU.arm?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.1/limesctl-3.3.1-darwin-arm64.tar.gz"
sha256 "e9fda3bc01eff292e414a6dcfa9a4bf1b21a6dc863a11c874d6ea80e61f6deae"

def install
bin.install "limesctl"
Expand All @@ -35,8 +35,8 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.0/limesctl-3.3.0-linux-arm64.tar.gz"
sha256 "c338727c3e373f8a9cb6ba912053125e617b99b141eb5db56717fd65b4e6eddc"
url "https://github.com/sapcc/limesctl/releases/download/v3.3.1/limesctl-3.3.1-linux-arm64.tar.gz"
sha256 "d2fc6ca51e448a8aa91c0234e42b2f0fd1995190e7862de1afb712a4f056b10d"

def install
bin.install "limesctl"
Expand All @@ -46,8 +46,8 @@ def install
end
end
if Hardware::CPU.intel?
url "https://github.com/sapcc/limesctl/releases/download/v3.3.0/limesctl-3.3.0-linux-amd64.tar.gz"
sha256 "2df247d5abc0ca8b1f0584a08db7762bfb3586433820a863f8896267d78e00ea"
url "https://github.com/sapcc/limesctl/releases/download/v3.3.1/limesctl-3.3.1-linux-amd64.tar.gz"
sha256 "b37eeebaef1ab1a90c722c7d1372b743ff058c1359f56a7d531dae159b494ca6"

def install
bin.install "limesctl"
Expand Down

0 comments on commit 04024b0

Please sign in to comment.