summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViste2020-08-26 05:57:08 +0300
committerViste2020-08-26 05:57:08 +0300
commitae35993223a391fa2c30abb738dcbf79c05a32f2 (patch)
tree54bfe526f3516d83b36c2e089b5e1b6aca324fe1
parent9d9d2a87bd6770875361363924b91a737c792c5f (diff)
downloadaur-ae35993223a391fa2c30abb738dcbf79c05a32f2.tar.gz
update to 6.5.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b5075529bc..8309c86122bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ace
pkgdesc = Framework that provides many components and patterns for developing high-performance, distributed real-time and embedded systems.
- pkgver = 6.5.10
+ pkgver = 6.5.11
pkgrel = 1
url = https://github.com/DOCGroup/ACE_TAO/releases
arch = i686
@@ -8,7 +8,7 @@ pkgbase = ace
license = custom
conflicts = libace
options = !libtool
- source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_10/ACE-6.5.10.tar.gz
- sha256sums = 16b3668bfd47008a9ec2d916afeaea9c6e36205f7daed34eb305a1a99e4cfa3d
+ source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_11/ACE-6.5.11.tar.gz
+ sha256sums = f92748cce861809a99326e99abeba6762dd666b1dcb738aa1bf0c960e4ecf6c2
pkgname = ace \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 45e918685d96..47ed75b19d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Alex Belanger <i.caught.air@gmail.com>
pkgname=ace
-pkgver=6.5.10
+pkgver=6.5.11
pkgrel=1
pkgdesc="Framework that provides many components and patterns for developing high-performance, distributed real-time and embedded systems."
url="https://www.dre.vanderbilt.edu/~schmidt/ACE.html"
@@ -17,8 +17,8 @@ arch=('i686' 'x86_64')
depends=()
options=(!libtool)
conflicts=('libace')
-source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_10/ACE-${pkgver}.tar.gz")
-sha256sums=('16b3668bfd47008a9ec2d916afeaea9c6e36205f7daed34eb305a1a99e4cfa3d')
+source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_11/ACE-${pkgver}.tar.gz")
+sha256sums=('f92748cce861809a99326e99abeba6762dd666b1dcb738aa1bf0c960e4ecf6c2')
build() {
export ACE_ROOT=$srcdir/ACE_wrappers