summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e94abf379d..fbfe691f63a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.3.3
+ pkgver = 2.4.0
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.3.tar.gz
- sha256sums = 5ebf27d810c6ab68eef7d42937cd421d85e50509ae96883239979a1b3a2f4f82
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.4.0.tar.gz
+ sha256sums = 77270b5ab8ccc3143acc88dccd3bf9c30f316a4712a420cdfad8ead18207caaf
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 8e1e4967d832..7c44c404f9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.3.3
+pkgver=2.4.0
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=('5ebf27d810c6ab68eef7d42937cd421d85e50509ae96883239979a1b3a2f4f82')
+sha256sums=('77270b5ab8ccc3143acc88dccd3bf9c30f316a4712a420cdfad8ead18207caaf')
validpgpkeys=()
build() {