summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavide Depau2020-06-16 18:13:53 +0200
committerDavide Depau2020-06-16 18:13:53 +0200
commitbd4e1fd60ad3c63dddabe1567bd42e802381ea73 (patch)
treee44e273330558e9b3d14a530a0e55040dd89f50a /PKGBUILD
parent044e8034e45dcb8135c1d900f035e5c1a61cbf28 (diff)
downloadaur-bd4e1fd60ad3c63dddabe1567bd42e802381ea73.tar.gz
Bump to 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"