Skip to content

Commit

Permalink
Auto-update of package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterverse authored and github-actions[bot] committed Sep 4, 2024
1 parent 905d03b commit cebb771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Formula/viam-server.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class ViamServer < Formula
desc "Main server application of the viam robot development kit (RDK)"
homepage "https://www.viam.com/"
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.39.0.tar.gz"
sha256 "c977ecd158b65835d485539b6afa59af88cfce883f71a13a01d95545e6b988e5"
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.40.0.tar.gz"
sha256 "846dcbd84cfefa6f1a978feaa1460b8767b507bd60f736ae6fa7a65a78802102"
license "AGPL-3.0"
head "https://github.com/viamrobotics/rdk.git", branch: "main"

Expand Down
4 changes: 2 additions & 2 deletions Formula/viam.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Viam < Formula
desc "CLI for managing robots, orgs, etc. (See viam-server for running a robot)"
homepage "https://docs.viam.com/cli/"
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.39.0.tar.gz"
sha256 "c977ecd158b65835d485539b6afa59af88cfce883f71a13a01d95545e6b988e5"
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.40.0.tar.gz"
sha256 "846dcbd84cfefa6f1a978feaa1460b8767b507bd60f736ae6fa7a65a78802102"
head "https://github.com/viamrobotics/rdk.git", branch: "main"

depends_on "go" => :build
Expand Down

0 comments on commit cebb771

Please sign in to comment.