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 04d0af9ec6ba..51309f6ec604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.31.1
+ pkgver = 0.32.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.31.1.tar.gz
- sha256sums = b4b2364b551db21b84b37fd6462c6eb64c4d865fbc312a581a127d05557273a8
+ source = https://github.com/bufbuild/buf/archive/v0.32.0.tar.gz
+ sha256sums = a4aebeaa77404bc99fd64bf0e667a7240c0a6228ed43a59043f42314560e64f4
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 7737c96d2254..9a1fb77b8dbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johan Brandhorst <jbrandhorst@buf.build>
# Contributor: Alexander Menzhinsky <amenzhinsky@gmail.com>
pkgname=buf
-pkgver=0.31.1
+pkgver=0.32.0
pkgrel=1
pkgdesc="A new way of working with Protocol Buffers"
arch=("any")
@@ -25,4 +25,4 @@ package() {
install -Dm644 "${pkgname}-${pkgver}/completion.zsh" "${pkgdir}/usr/share/zsh/site-functions/_buf"
}
-sha256sums=('b4b2364b551db21b84b37fd6462c6eb64c4d865fbc312a581a127d05557273a8')
+sha256sums=('a4aebeaa77404bc99fd64bf0e667a7240c0a6228ed43a59043f42314560e64f4')