summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis van der Schagt2021-04-11 19:28:12 +0200
committerDennis van der Schagt2021-04-11 19:28:12 +0200
commitb82d9fef73842ddfd4ff4fcf6d69b82f2514efae (patch)
tree8365d9379df2b81f8c665217457b49c5f2b45da6
parent04d519eed316a754a0270e144c0e03527ea3ccc0 (diff)
downloadaur-b82d9fef73842ddfd4ff4fcf6d69b82f2514efae.tar.gz
Update to v2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a8d6f8dbff..984b7f805853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://github.com/eProsima/Fast-DDS
arch = x86_64
license = Apache
@@ -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.2.0.tar.gz
- sha256sums = 70123b84f0bbed28b2fac20cbb138f7a4880216d431cbe7b4a8aa0ae5b18575c
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.3.0.tar.gz
+ sha256sums = 5c1941250889d0ef2db9b8c95019daf0fc06cfd2183660db6f55818df3c682b8
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index d99024f7a830..8d6b48612a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.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=('70123b84f0bbed28b2fac20cbb138f7a4880216d431cbe7b4a8aa0ae5b18575c')
+sha256sums=('5c1941250889d0ef2db9b8c95019daf0fc06cfd2183660db6f55818df3c682b8')
validpgpkeys=()
build() {