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 34b14412f980..335ec605a591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.49.0
+ pkgver = 0.50.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.49.0.tar.gz
- sha256sums = 179ab4b15f17e0da4b11ceb74e6cb45567ce7e46a44b6ef8ec96b7f404267c59
+ source = https://github.com/bufbuild/buf/archive/v0.50.0.tar.gz
+ sha256sums = 7734b5f51af60ca48633bcbec7c9bfec8abcf1c768f0d131a358d155fda03a1d
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 7045d2147519..3807de9bb130 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.49.0
+pkgver=0.50.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=('179ab4b15f17e0da4b11ceb74e6cb45567ce7e46a44b6ef8ec96b7f404267c59')
+sha256sums=('7734b5f51af60ca48633bcbec7c9bfec8abcf1c768f0d131a358d155fda03a1d')