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 06e93eac2f55..60699c4c3e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.52.0
+ pkgver = 0.53.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.52.0.tar.gz
- sha256sums = 95a613732553d77aebece49cb9dadbafe52176b125a0dfd07033e68e08a8a679
+ source = https://github.com/bufbuild/buf/archive/v0.53.0.tar.gz
+ sha256sums = b1659765f6d1bf242810e96ec87ee88c1ab6f5873134117eebb4fc28874ea739
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index c5cc029f7ecb..e624f60652a0 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.52.0
+pkgver=0.53.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=('95a613732553d77aebece49cb9dadbafe52176b125a0dfd07033e68e08a8a679')
+sha256sums=('b1659765f6d1bf242810e96ec87ee88c1ab6f5873134117eebb4fc28874ea739')