Skip to content

Commit

Permalink
Released v0.0.1a33
Browse files Browse the repository at this point in the history
  • Loading branch information
jrask committed Sep 29, 2023
1 parent 16397d6 commit 7ff619f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: [ARM64, macos-13, macos-12, macos-11]
os: [macos-13, macos-12, macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down
6 changes: 3 additions & 3 deletions Formula/remotivelabs-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class RemotivelabsCli < Formula
include Language::Python::Virtualenv
desc "CLI for managing RemotiveLabs cloud and brokers"
homepage "https://remotivelabs.com"
url "https://files.pythonhosted.org/packages/04/de/d48439f9442583cf912bde753db9e939d4a153e7a7979faf1e52a36cfd1f/remotivelabs_cli-0.0.1a27.tar.gz"
sha256 "f78c8c249e920e8278075dcaeba15da8154531b72bb9611c0fc3678b2aecec48"
url "https://files.pythonhosted.org/packages/e6/9c/053420ef69f9a4c20a58d67120411a4d31a109f02d3e19974f1bc88d885c/remotivelabs_cli-0.0.1a33.tar.gz"
sha256 "26bfbef90690569d3592da780315a9b0f705ab8c9103927fe3e329175e5007a9"
license "Apache-2.0"

livecheck do
Expand Down Expand Up @@ -123,6 +123,6 @@ def install
end

test do
assert_equal "remotivelabs-cli 0.0.1a27", shell_output("#{bin}/remotive --version").strip
assert_equal "remotivelabs-cli 0.0.1a33", shell_output("#{bin}/remotive --version").strip
end
end

0 comments on commit 7ff619f

Please sign in to comment.