summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2020-09-22 10:39:09 +0100
committerJohan Brandhorst2020-09-22 10:39:09 +0100
commite795ac287767f3aaefcefb446e72f1b69c1ca352 (patch)
tree94670268c17f36ba92ea57cbb320cbb6c4da8f5f
parent1dedad69fc16d3eebb112a9498ea933b12d35744 (diff)
downloadaur-e795ac287767f3aaefcefb446e72f1b69c1ca352.tar.gz
Update to version 0.24.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5759b9aa2787..c4a7ba883ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.23.0
+ pkgver = 0.24.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.23.0.tar.gz
- sha256sums = a097c957f19c0140367b5367282756bec547014784bb3dde69173dae9f5a4a53
+ source = https://github.com/bufbuild/buf/archive/v0.24.0.tar.gz
+ sha256sums = 046f5628280e60a93db6a8594f2d0da196365f7de72e4e5bef252a4e4a377f94
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index b21efab41a6e..3a8fad9a8ecf 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.23.0
+pkgver=0.24.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=('a097c957f19c0140367b5367282756bec547014784bb3dde69173dae9f5a4a53')
+sha256sums=('046f5628280e60a93db6a8594f2d0da196365f7de72e4e5bef252a4e4a377f94')