summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkistlin2023-12-22 14:31:54 +0100
committerkistlin2023-12-22 14:31:54 +0100
commitff7a659dca815d727d0a010f824b42be3afe6150 (patch)
tree7891c41df1c993182b47a2e3a0622d35a7cfe300
parentae29614e66e5ecd6088970e1153b86146bd13fda (diff)
downloadaur-ff7a659dca815d727d0a010f824b42be3afe6150.tar.gz
Update to v2.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bdbf5cb353c..4feb5d5fa7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eprosima-fast-dds
pkgdesc = eProsima's Fast-DDS implementation
- pkgver = 2.12.1
+ pkgver = 2.13.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.12.1.tar.gz
- sha256sums = 2a165455decb1bc81703d76222b0a140c59f92e7bdeda4bdc838a8fecfcc8a2a
+ source = https://github.com/eProsima/Fast-DDS/archive/v2.13.0.tar.gz
+ sha256sums = 071f6c4bb937e2fd01e23d2f5c005a8989b37eb333b23aa268be926814cd9292
pkgname = eprosima-fast-dds
diff --git a/PKGBUILD b/PKGBUILD
index 7bf7e1eed985..7935be22fd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dennis van der Schagt <dennisschagt@gmail.com>
pkgname=eprosima-fast-dds
-pkgver=2.12.1
+pkgver=2.13.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=('2a165455decb1bc81703d76222b0a140c59f92e7bdeda4bdc838a8fecfcc8a2a')
+sha256sums=('071f6c4bb937e2fd01e23d2f5c005a8989b37eb333b23aa268be926814cd9292')
validpgpkeys=()
build() {