summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Harrigan2023-09-26 03:54:40 +0100
committerDavid Harrigan2023-09-26 03:54:40 +0100
commit22e0ec9d48c3cd6911d65386f265671ebcfc596c (patch)
tree647ec7ecbc53338610f5613d7eb70dfa71074061
parentc42056ae27e6ea55725cef2e39a3ee7e575a4de2 (diff)
downloadaur-avro-c.tar.gz
upgpkg: avro-c 1.11.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97785d9698ff..009d69229e67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avro-c
pkgdesc = C bindings for Avro data serialization framework
- pkgver = 1.11.0
+ pkgver = 1.11.3
pkgrel = 1
url = https://github.com/apache/avro
arch = i686
@@ -13,7 +13,7 @@ pkgbase = avro-c
depends = zlib
optdepends = asciidoc: build with documentation
optdepends = source-highlight: add syntax highlighting to documentation
- source = avro-c-1.11.0.tar.gz::https://github.com/apache/avro/archive/refs/tags/release-1.11.0.tar.gz
- sha256sums = c205140e7936d552286ba7131122a34e522d66f601ee912f272109d801f89773
+ source = avro-c-1.11.3.tar.gz::https://github.com/apache/avro/archive/refs/tags/release-1.11.3.tar.gz
+ sha256sums = da377ac1cf8b91458bf702cbcfb214eecb5c399b267f0ca9c0aade6cabaf126e
pkgname = avro-c
diff --git a/PKGBUILD b/PKGBUILD
index a4f1f7fad7ec..1569bc446b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
-pkgver=1.11.0
+pkgver=1.11.3
pkgrel=1
pkgdesc="C bindings for Avro data serialization framework"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('Apache')
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/release-${pkgver}.tar.gz)
-sha256sums=('c205140e7936d552286ba7131122a34e522d66f601ee912f272109d801f89773')
+sha256sums=('da377ac1cf8b91458bf702cbcfb214eecb5c399b267f0ca9c0aade6cabaf126e')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"