summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a249e65e57..77bddefc2c0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avro-c
pkgdesc = C bindings for Avro data serialization framework
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/apache/avro
arch = i686
@@ -16,8 +16,8 @@ pkgbase = avro-c
depends = zlib
optdepends = asciidoc: build with documentation
optdepends = source-highlight: add syntax highlighting to documentation
- source = avro-c-1.9.1.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.9.1
- sha256sums = e382ac6685544ae9539084793ac0a4ffd377ba476ea756439625552e14d212b0
+ source = avro-c-1.9.2.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.9.2
+ sha256sums = a79d0369f00272071989727e3ad08993d02815cd7e1180d058b8609d56e30aea
pkgname = avro-c
diff --git a/PKGBUILD b/PKGBUILD
index 851f7db8e780..a22298a12ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc="C bindings for Avro data serialization framework"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('asciidoc: build with documentation'
url="https://github.com/apache/avro"
license=('Apache')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-$pkgver)
-sha256sums=('e382ac6685544ae9539084793ac0a4ffd377ba476ea756439625552e14d212b0')
+sha256sums=('a79d0369f00272071989727e3ad08993d02815cd7e1180d058b8609d56e30aea')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"