summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViste2020-12-12 11:52:18 +0300
committerViste2020-12-12 11:52:18 +0300
commit31235c6f5639ef63bcaefbbb28ed97a0a663142d (patch)
tree62fe0f6af0191a58e0ef5625fc544f72a6f536b0
parentae35993223a391fa2c30abb738dcbf79c05a32f2 (diff)
downloadaur-31235c6f5639ef63bcaefbbb28ed97a0a663142d.tar.gz
update 6.5.12
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8309c86122bf..37212b490f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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_11/ACE-6.5.11.tar.gz
- sha256sums = f92748cce861809a99326e99abeba6762dd666b1dcb738aa1bf0c960e4ecf6c2
+ source = https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_12/ACE-6.5.12.tar.gz
+ sha256sums = de96c68a6262d6b9ba76b5057c02c7e6964c070b1328a63bf70259e9530a7996
pkgname = ace \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 47ed75b19d45..1fd571951305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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_11/ACE-${pkgver}.tar.gz")
-sha256sums=('f92748cce861809a99326e99abeba6762dd666b1dcb738aa1bf0c960e4ecf6c2')
+source=("https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_12/ACE-${pkgver}.tar.gz")
+sha256sums=('de96c68a6262d6b9ba76b5057c02c7e6964c070b1328a63bf70259e9530a7996')
build() {
export ACE_ROOT=$srcdir/ACE_wrappers