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 fecc69a commit 5eddd86Copy full SHA for 5eddd86
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.3.0/pinocchio-3.3.0.tar.gz"
5
- sha256 "a86ea06a7b4447d00cc46ed541a105f686957400eebb51b25aa41a93c08d855c"
+ url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.3.1/pinocchio-3.3.1.tar.gz"
+ sha256 "83f7af674d65ec1a03bf46f0230a227ba0cd696d46047a82fe87a93e710837e8"
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