Skip to content

Commit 49bffcd

Browse files
carlocabchenrui333
authored andcommitted
pinocchio 3.2.0
Signed-off-by: Rui Chen <[email protected]>
1 parent 76568c2 commit 49bffcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Formula/p/pinocchio.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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.1.0/pinocchio-3.1.0.tar.gz"
5-
sha256 "e624484077eee3183e20443ab0373205bb832a2597241531705116fa9f07016a"
4+
url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.2.0/pinocchio-3.2.0.tar.gz"
5+
sha256 "b6a7e6f6f6e3f175dd7010aa998a018f88d712477caa6c41f6ae038310c2fd7d"
66
license "BSD-2-Clause"
7-
revision 1
87
head "https://github.com/stack-of-tasks/pinocchio.git", branch: "master"
98

109
livecheck do

0 commit comments

Comments
 (0)