summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3219e86d5ff0..7a7c4edc9865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = avro-c
pkgdesc = C bindings for Avro data serialization framework
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.10.1
+ pkgrel = 1
url = https://github.com/apache/avro
arch = i686
arch = x86_64
@@ -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.10.0.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.10.0
- sha256sums = 50ceefe582193ef8a92a8891bac1520df778f5c260f2ba68f4c9ae41417e3777
+ source = avro-c-1.10.1.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.10.1
+ sha256sums = 8fd1f850ce37e60835e6d8335c0027a959aaa316773da8a9660f7d33a66ac142
pkgname = avro-c
diff --git a/PKGBUILD b/PKGBUILD
index 67c030fd28be..beda509d1189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.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=('50ceefe582193ef8a92a8891bac1520df778f5c260f2ba68f4c9ae41417e3777')
+sha256sums=('8fd1f850ce37e60835e6d8335c0027a959aaa316773da8a9660f7d33a66ac142')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"