summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2021-04-20 16:57:22 -0400
committerJohan Brandhorst2021-04-20 16:57:22 -0400
commit7047971f2a9d7f2e4db919f8bd7a93daaa0f8a5c (patch)
tree3499dc6aea0a4a5f9439f6130bde0032a923656b
parentcfa15ff1862162c4a6cc515b771ef3471fae05b6 (diff)
downloadaur-7047971f2a9d7f2e4db919f8bd7a93daaa0f8a5c.tar.gz
Update to v0.41.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21fc142a952c..de5f58d4ec87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.40.0
+ pkgver = 0.41.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.40.0.tar.gz
- sha256sums = a36922a1f316954c8434e4e52effb59548ecdb1ea01194f81c1ba483fa781e9a
+ source = https://github.com/bufbuild/buf/archive/v0.41.0.tar.gz
+ sha256sums = 915259a30640103ecec9037088f07ce097e8f2b0428848da5546b29d4e696822
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index f4321232b4c3..25351e479b01 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.40.0
+pkgver=0.41.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=('a36922a1f316954c8434e4e52effb59548ecdb1ea01194f81c1ba483fa781e9a')
+sha256sums=('915259a30640103ecec9037088f07ce097e8f2b0428848da5546b29d4e696822')