summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2021-08-10 21:08:26 +0000
committerJohan Brandhorst2021-08-10 21:08:26 +0000
commit10e2bdc753332c4e5f7f092c6e30c6e6a4635494 (patch)
tree7c4771903ec7cfc28288f000b99c20ab2ed3f5a9
parent594d3562e170956e6ef3e4ddda75998fa5513007 (diff)
downloadaur-10e2bdc753332c4e5f7f092c6e30c6e6a4635494.tar.gz
Update to v0.49.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e1c1d362fd..34b14412f980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.48.2
+ pkgver = 0.49.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.48.2.tar.gz
- sha256sums = 9e075e08de472780425590462ae14832fcef6ffb4fe2456581952d62c22a82ab
+ source = https://github.com/bufbuild/buf/archive/v0.49.0.tar.gz
+ sha256sums = 179ab4b15f17e0da4b11ceb74e6cb45567ce7e46a44b6ef8ec96b7f404267c59
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 21f918b23fad..7045d2147519 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.48.2
+pkgver=0.49.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=('9e075e08de472780425590462ae14832fcef6ffb4fe2456581952d62c22a82ab')
+sha256sums=('179ab4b15f17e0da4b11ceb74e6cb45567ce7e46a44b6ef8ec96b7f404267c59')