We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e9dc2 commit 95c5e0dCopy full SHA for 95c5e0d
Formula/p/pinocchio.rb
@@ -1,8 +1,8 @@
1
class Pinocchio < Formula
2
desc "Efficient and fast C++ library implementing Rigid Body Dynamics algorithms"
3
homepage "https://stack-of-tasks.github.io/pinocchio"
4
- url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.2.0/pinocchio-3.2.0.tar.gz"
5
- sha256 "b6a7e6f6f6e3f175dd7010aa998a018f88d712477caa6c41f6ae038310c2fd7d"
+ url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.3.0/pinocchio-3.3.0.tar.gz"
+ sha256 "a86ea06a7b4447d00cc46ed541a105f686957400eebb51b25aa41a93c08d855c"
6
license "BSD-2-Clause"
7
head "https://github.com/stack-of-tasks/pinocchio.git", branch: "master"
8
0 commit comments