summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt2021-07-04 11:20:25 +0200
committerDennis van der Schagt2021-07-04 11:20:25 +0200
commit6dc89ff860c65cf3f6f08ee1f0830a57a289d280 (patch)
tree4a3e74e45d487453dcb345318ac56854e585f5ba
parent838596d67d1119771deae78283d2a9a67041581b (diff)
downloadaur-6dc89ff860c65cf3f6f08ee1f0830a57a289d280.tar.gz
Update to v2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0f9ff50073..c7e94abf379d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/eProsima/Fast-DDS
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = eprosima-fast-dds
depends = asio
depends = tinyxml2
depends = eprosima-fast-cdr
- source = https://github.com/eProsima/Fast-DDS/archive/v2.3.2.tar.gz
- sha256sums = 4d8183cf4d37c3de9e6fd28d2850dd08023a9079001c4880b23c95f0d8c0b5ce
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.3.3.tar.gz
+ sha256sums = 5ebf27d810c6ab68eef7d42937cd421d85e50509ae96883239979a1b3a2f4f82
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 27e4aac2f14b..8e1e4967d832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.3.2
+pkgver=2.3.3
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=('4d8183cf4d37c3de9e6fd28d2850dd08023a9079001c4880b23c95f0d8c0b5ce')
+sha256sums=('5ebf27d810c6ab68eef7d42937cd421d85e50509ae96883239979a1b3a2f4f82')
validpgpkeys=()
build() {