summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2020-04-11 18:28:29 +0200
committerGuilhem Saurel2020-04-11 18:28:29 +0200
commit82472ed4701c772f7e19f3235fb47666a715b1b3 (patch)
treee5317bdcf08831d101050f6032f82f0f30835a4e
parentef484c34436009e63c336c51d691a4f3b98fb169 (diff)
downloadaur-82472ed4701c772f7e19f3235fb47666a715b1b3.tar.gz
v2.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518900253d9f..567838e15c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.4.0
+ pkgrel = 1
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = pinocchio
optdepends = lua52
optdepends = cppad
optdepends = cppadcodegen
- source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.3.1/pinocchio-2.3.1.tar.gz
- source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.3.1/pinocchio-2.3.1.tar.gz.sig
+ source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.4.0/pinocchio-2.4.0.tar.gz
+ source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.4.0/pinocchio-2.4.0.tar.gz.sig
validpgpkeys = A031AD35058955293D54DECEC45D22EF408328AD
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5cd6ee9a9f25..be32d492bfb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgorg='stack-of-tasks'
pkgname=('pinocchio' 'pinocchio-docs')
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"