From c7aa42b378c31284965c7fc393be57c11c3ca450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Chr=C3=A9tien?= Date: Fri, 25 Sep 2015 13:01:22 +0900 Subject: [PATCH] Update to version 2.2.3 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b2cd04f27f0..6feae589748 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ignition-math pkgdesc = Math classes and functions for robot applications - pkgver = 2.2.2 + pkgver = 2.2.3 pkgrel = 1 url = http://ignitionrobotics.org/ arch = i686 @@ -12,8 +12,8 @@ pkgbase = ignition-math makedepends = pkg-config>=0.28 provides = ignition-math2 replaces = ignition-math2 - source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.2.2.tar.bz2 - sha256sums = e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab + source = https://bitbucket.org/ignitionrobotics/ign-math/get/ignition-math2_2.2.3.tar.bz2 + sha256sums = eab7875b0f930ba685950678d0f9ede70ec53ead7960bd2d58ef442ee9a80445 pkgname = ignition-math diff --git a/PKGBUILD b/PKGBUILD index caee3c4421b..90f4e106e56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Contributor: Mykola Dolhyi <0xb000@gmail.com> pkgname=ignition-math -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 pkgdesc="Math classes and functions for robot applications" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ replaces=('ignition-math2') #changelog= source=("https://bitbucket.org/ignitionrobotics/ign-math/get/${pkgname}2_${pkgver}.tar.bz2") #noextract=() -sha256sums=('e88db3ea1104330d009cd8d5f70e564296d2344a970fb964da9591fea884e2ab') +sha256sums=('eab7875b0f930ba685950678d0f9ede70ec53ead7960bd2d58ef442ee9a80445') #validpgpkeys=() _dir="ignitionrobotics-ign-math-de3837518b7d"