summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26028dcc5609..b396b65c4c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.7.1
- pkgrel = 2
+ pkgver = 2.8.0
+ pkgrel = 1
url = https://github.com/eProsima/Fast-DDS
arch = x86_64
license = Apache
@@ -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.7.1.tar.gz
- sha256sums = 0dca5e455e939c6aeeeb0c82d78ad94f2103b44c188c647f0940d827dd0819b4
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.8.0.tar.gz
+ sha256sums = a0b1e2cd3658e891aefd328a3272439324fba788afa843e845cef59d4be56e2c
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 97935768f5b2..aa8cb345ae0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
pkgdesc="eProsima's Fast-DDS implementation"
arch=('x86_64')
url="https://github.com/eProsima/Fast-DDS"
@@ -19,7 +19,7 @@ install=
changelog=
source=("https://github.com/eProsima/Fast-DDS/archive/v${pkgver}.tar.gz")
noextract=()
-sha256sums=('0dca5e455e939c6aeeeb0c82d78ad94f2103b44c188c647f0940d827dd0819b4')
+sha256sums=('a0b1e2cd3658e891aefd328a3272439324fba788afa843e845cef59d4be56e2c')
validpgpkeys=()
build() {