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 739b2ef5d206..fb1d26025333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.43.1
+ pkgver = 0.43.2
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.43.1.tar.gz
- sha256sums = 3209a9ace26311604bffe0f28fcbfd4b15dae943cf62370809039040f1bd2812
+ source = https://github.com/bufbuild/buf/archive/v0.43.2.tar.gz
+ sha256sums = ee3f0169cfafc00291ffcbff56b6199a51ab101c0d7c79f9b97d39432e8c6d4b
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 46434a296838..49532be42728 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.43.1
+pkgver=0.43.2
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=('3209a9ace26311604bffe0f28fcbfd4b15dae943cf62370809039040f1bd2812')
+sha256sums=('ee3f0169cfafc00291ffcbff56b6199a51ab101c0d7c79f9b97d39432e8c6d4b')