summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2019-09-30 01:11:04 +0200
committerDavide Depau2019-09-30 01:11:04 +0200
commit044e8034e45dcb8135c1d900f035e5c1a61cbf28 (patch)
tree526163e2153e235efc67eb5c7c728fa00f747c19 /PKGBUILD
parent39c6a7760103b29385fa00437c11b0b5440d6f18 (diff)
downloadaur-044e8034e45dcb8135c1d900f035e5c1a61cbf28.tar.gz
Update to 1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1c8f124a636..851f7db8e780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
-pkgver=1.8.2
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
pkgdesc="C bindings for Avro data serialization framework"
arch=('i686' 'x86_64')
depends=('jansson' 'snappy' 'xz' 'zlib')
@@ -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=('19040889f2c822445b6ccf14e6f13ccf2d7851458790ae1539a2688d21c76ae0')
+sha256sums=('e382ac6685544ae9539084793ac0a4ffd377ba476ea756439625552e14d212b0')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"