Skip to content

Commit 5eddd86

Browse files
committed
pinocchio 3.3.1
1 parent fecc69a commit 5eddd86

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.3.0/pinocchio-3.3.0.tar.gz"
5-
sha256 "a86ea06a7b4447d00cc46ed541a105f686957400eebb51b25aa41a93c08d855c"
4+
url "https://github.com/stack-of-tasks/pinocchio/releases/download/v3.3.1/pinocchio-3.3.1.tar.gz"
5+
sha256 "83f7af674d65ec1a03bf46f0230a227ba0cd696d46047a82fe87a93e710837e8"
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)