summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de5f58d4ec87..c003f7bbae43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.41.0
+ pkgver = 0.42.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.41.0.tar.gz
- sha256sums = 915259a30640103ecec9037088f07ce097e8f2b0428848da5546b29d4e696822
+ source = https://github.com/bufbuild/buf/archive/v0.42.0.tar.gz
+ sha256sums = 8c31f8a202b5abfbf10d191633de07718eed8e79acf3f192d03130282fb31fec
pkgname = buf
diff --git a/.gitignore b/.gitignore
index 7ec789198b2a..2379481e4cc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.tar.gz
/src
/pkg
+/go
+/cache
*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 25351e479b01..d3c34d15d598 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.41.0
+pkgver=0.42.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=('915259a30640103ecec9037088f07ce097e8f2b0428848da5546b29d4e696822')
+sha256sums=('8c31f8a202b5abfbf10d191633de07718eed8e79acf3f192d03130282fb31fec')