summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-10-07 09:05:46 +0200
committerMichel Zou2023-10-07 09:05:46 +0200
commitedb563231c7ce2e84f8823dbef326b50a58588fc (patch)
tree14787157e2f45ef84086de047bedfe9a816e4763 /PKGBUILD
parent174110d7c1e1741c35acc90774a0257673a6adc2 (diff)
downloadaur-edb563231c7ce2e84f8823dbef326b50a58588fc.tar.gz
4.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38661879d33d..76776a2bc3ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=omniorb
-pkgver=4.3.0
+pkgver=4.3.1
pkgrel=1
pkgdesc="A CORBA object request broker for C++ and Python."
arch=('x86_64' 'armv7h')
@@ -8,7 +8,7 @@ license=('GPL2' 'LGPL2')
depends=('python')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/omniorb/omniORB-${pkgver}.tar.bz2)
-sha256sums=('976045a2341f4e9a85068b21f4bd928993292933eeecefea372db09e0219eadd')
+sha256sums=('0f42bc3eb737cae680dafa85b3ae3958e9f56a37912c5fb6b875933f8fb7390d')
build() {
cd "${srcdir}/omniORB-${pkgver}"