summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2020-12-02 09:16:11 +0100
committerDavide Depau2020-12-02 09:16:11 +0100
commit8ae52c30e52eb8b7259d3b01d15761c9dc1bfc59 (patch)
tree58131c42f45c32b276ef9d95fc47d75d9541ede3
parentc11377a7a5c310c2e391aba4dd214966bbdd2c95 (diff)
downloadaur-8ae52c30e52eb8b7259d3b01d15761c9dc1bfc59.tar.gz
Bump to 1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df7c21abc2c..3219e86d5ff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = avro-c
pkgdesc = C bindings for Avro data serialization framework
- pkgver = 1.9.2
+ pkgver = 1.10.0
pkgrel = 2
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.2.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.9.2
- sha256sums = a79d0369f00272071989727e3ad08993d02815cd7e1180d058b8609d56e30aea
+ source = avro-c-1.10.0.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.10.0
+ sha256sums = 50ceefe582193ef8a92a8891bac1520df778f5c260f2ba68f4c9ae41417e3777
pkgname = avro-c
diff --git a/PKGBUILD b/PKGBUILD
index 59b3c9e39e41..67c030fd28be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
-pkgver=1.9.2
+pkgver=1.10.0
pkgrel=2
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=('a79d0369f00272071989727e3ad08993d02815cd7e1180d058b8609d56e30aea')
+sha256sums=('50ceefe582193ef8a92a8891bac1520df778f5c260f2ba68f4c9ae41417e3777')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"