Skip to content

Commit

Permalink
pull updates from main (#17)
Browse files Browse the repository at this point in the history
* contensis-cli v1.2.0 (#15)

* contensis-cli contensis-cli-v1.2.0

Created by https://github.com/mislav/bump-homebrew-formula-action

* Update brew tests.yml workflow to use latest macos

to solve `Errno::EBADARCH: Bad CPU type in executable`

* fix: remove outdated bottles from formulae
  • Loading branch information
nflatley-zengenti authored May 2, 2024
1 parent df8f76d commit 4663da6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down
5 changes: 0 additions & 5 deletions Formula/contensis-cli-linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ class ContensisCliLinux < Formula
sha256 "d918a0c77418bb6f98af568f5efcc66b624081af668200ad39112d38ebde82b9"
license "GPL-3.0-or-later"

bottle do
root_url "https://github.com/contensis/homebrew-cli/releases/download/contensis-cli-linux-1.0.11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7784260d709048ba0a1612bad191031933cdfe699531149bf99e0a359912d90d"
end

def install
p "Installing binary contensis-cli-linux"
# install system specific binary downloaded from the specified url
Expand Down
10 changes: 2 additions & 8 deletions Formula/contensis-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ class ContensisCli < Formula
# `brew style contensis/cli` is insanely fussy about the order of these parameters
desc "Fully featured Contensis command-line interface"
homepage "https://github.com/contensis/cli"
url "https://github.com/contensis/cli/releases/download/contensis-cli-v1.1.1/contensis-cli-mac"
sha256 "aa72733118c47f6c32b9534e26168fe20bfaa2c43b9c52abfb1772753ec3a412"
url "https://github.com/contensis/cli/releases/download/contensis-cli-v1.2.0/contensis-cli-mac"
sha256 "9bf14fc143d936f9b5a068950a7bebf7de6ea4905ab0d1396afbf95c4451aeca"
license "GPL-3.0-or-later"

bottle do
root_url "https://github.com/contensis/homebrew-cli/releases/download/contensis-cli-1.0.11"
rebuild 2
sha256 cellar: :any_skip_relocation, monterey: "6de3d05e8b7066d603d112018a2e9ad14c3b0627093523f4a782f8d326fe413d"
end

# the pull request needs a label of "pr-pull" in order to generate new bottles

def install
Expand Down

0 comments on commit 4663da6

Please sign in to comment.