summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViste2021-08-02 11:54:06 +0300
committerViste2021-08-02 11:54:06 +0300
commit9ccef02200026ed3ea291bdd7f9f051747c8eaf8 (patch)
treeabc97cc3a38544ca3aec9dc2f02b4aec97e0d6ec
parent895ece6ce64849c6dc61733431517a902e174eda (diff)
downloadaur-9ccef02200026ed3ea291bdd7f9f051747c8eaf8.tar.gz
update 7.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd8ec817b03..0310ea27809a 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 = 7.0.0
+ pkgver = 7.0.2
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-7_0_0/ACE-7.0.0.tar.gz
- sha256sums = 9dfdc31664bc2faf7832e50197203fe274c661a56f17b18af2b227ddb34174be
+ source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-7_0_2/ACE-7.0.2.tar.gz
+ sha256sums = 2b13c72485ac35a420550d11327bddcafed0b11e565565edcc4cc21daf7929d4
pkgname = ace \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 8ab7e5054091..64dedbc204d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Alex Belanger <i.caught.air@gmail.com>
pkgname=ace
-pkgver=7.0.0
+pkgver=7.0.2
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-7_0_0/ACE-${pkgver}.tar.gz")
-sha256sums=('9dfdc31664bc2faf7832e50197203fe274c661a56f17b18af2b227ddb34174be')
+source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-7_0_2/ACE-${pkgver}.tar.gz")
+sha256sums=('2b13c72485ac35a420550d11327bddcafed0b11e565565edcc4cc21daf7929d4')
build() {
export ACE_ROOT=$srcdir/ACE_wrappers