Skip to content

Commit 3621e08

Browse files
committed
update shas after moving tag in rdk repo
1 parent 9886f28 commit 3621e08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Formula/viam-server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class ViamServer < Formula
22
desc "Main server application of the viam robot development kit (RDK)"
33
homepage "https://www.viam.com/"
44
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.52.0.tar.gz"
5-
sha256 "19c6e759144a865e1522eb225fd5ce9b6544b5cf4a685d31dce396fd961f0593"
5+
sha256 "206bc21e357294cfcfe28a6929251f54c75fb89686c71f73f08c9275c31cdbd0"
66
license "AGPL-3.0"
77
head "https://github.com/viamrobotics/rdk.git", branch: "main"
88

Formula/viam.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Viam < Formula
22
desc "CLI for managing robots, orgs, etc. (See viam-server for running a robot)"
33
homepage "https://docs.viam.com/cli/"
44
url "https://github.com/viamrobotics/rdk/archive/refs/tags/v0.52.0.tar.gz"
5-
sha256 "19c6e759144a865e1522eb225fd5ce9b6544b5cf4a685d31dce396fd961f0593"
5+
sha256 "206bc21e357294cfcfe28a6929251f54c75fb89686c71f73f08c9275c31cdbd0"
66
head "https://github.com/viamrobotics/rdk.git", branch: "main"
77

88
bottle do

0 commit comments

Comments
 (0)