Skip to content

Commit 95c5e0d

Browse files
committed
pinocchio 3.3.0
1 parent d8e9dc2 commit 95c5e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/p/pinocchio.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pinocchio < Formula
22
desc "Efficient and fast C++ library implementing Rigid Body Dynamics algorithms"
33
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"
4+
url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.3.0/pinocchio-3.3.0.tar.gz"
5+
sha256 "a86ea06a7b4447d00cc46ed541a105f686957400eebb51b25aa41a93c08d855c"
66
license "BSD-2-Clause"
77
head "https://github.com/stack-of-tasks/pinocchio.git", branch: "master"
88

0 commit comments

Comments
 (0)