summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt2021-04-29 21:48:24 +0200
committerDennis van der Schagt2021-04-29 21:48:24 +0200
commitc7bd8fc51a6bf289fd31c924636fea495bd15c52 (patch)
tree7d0c79201ad64fb7df72880d1291410d2591fff2
parentb82d9fef73842ddfd4ff4fcf6d69b82f2514efae (diff)
downloadaur-c7bd8fc51a6bf289fd31c924636fea495bd15c52.tar.gz
Update to v2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984b7f805853..e71d60dc70c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/eProsima/Fast-DDS
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = eprosima-fast-dds
depends = asio
depends = tinyxml2
depends = eprosima-fast-cdr
- source = https://github.com/eProsima/Fast-DDS/archive/v2.3.0.tar.gz
- sha256sums = 5c1941250889d0ef2db9b8c95019daf0fc06cfd2183660db6f55818df3c682b8
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.3.1.tar.gz
+ sha256sums = d95ffb6fd71d24700cb9b15812f54f881abcadb2d3e60c00a96480fb9ddb712f
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 8d6b48612a36..e50310a707ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
@@ -19,7 +19,7 @@ install=
changelog=
source=("https://github.com/eProsima/Fast-DDS/archive/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('5c1941250889d0ef2db9b8c95019daf0fc06cfd2183660db6f55818df3c682b8')
+sha256sums=('d95ffb6fd71d24700cb9b15812f54f881abcadb2d3e60c00a96480fb9ddb712f')
validpgpkeys=()
build() {