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 76568c2 commit 49bffcdCopy full SHA for 49bffcd
Formula/p/pinocchio.rb
@@ -1,10 +1,9 @@
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.1.0/pinocchio-3.1.0.tar.gz"
5
- sha256 "e624484077eee3183e20443ab0373205bb832a2597241531705116fa9f07016a"
+ url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.2.0/pinocchio-3.2.0.tar.gz"
+ sha256 "b6a7e6f6f6e3f175dd7010aa998a018f88d712477caa6c41f6ae038310c2fd7d"
6
license "BSD-2-Clause"
7
- revision 1
8
head "https://github.com/stack-of-tasks/pinocchio.git", branch: "master"
9
10
livecheck do
0 commit comments