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 c26fde02226f..461e58861b43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.5.1
+ pkgver = 2.6.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.5.1.tar.gz
- sha256sums = 021fa399234d9855d0ff80e2a4cf771f2f96560faf20ab9d272389a8f5ca404c
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.6.0.tar.gz
+ sha256sums = 45a7c0902a39d6f7d3591d251ec70cb2984360474878ae88044190a80b14c458
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 571ca0cb7f4d..ea47c551324b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.5.1
+pkgver=2.6.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=('021fa399234d9855d0ff80e2a4cf771f2f96560faf20ab9d272389a8f5ca404c')
+sha256sums=('45a7c0902a39d6f7d3591d251ec70cb2984360474878ae88044190a80b14c458')
validpgpkeys=()
build() {