summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Brandhorst2021-02-25 20:48:48 +0000
committerJohan Brandhorst2021-02-25 20:48:48 +0000
commitc20bdf9c9fa355c959a9d325c57b4cbb96461ce0 (patch)
tree68f6bb49cbdabbc9a01116e710e79adf2bc6c3b3
parentc803eb60b235af2d5bafacf7a40c9b275063862f (diff)
downloadaur-c20bdf9c9fa355c959a9d325c57b4cbb96461ce0.tar.gz
Update to v0.38.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5268a4f5e831..0b21b3bd55e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 0.37.1
+ pkgver = 0.38.0
pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = go
- source = https://github.com/bufbuild/buf/archive/v0.37.1.tar.gz
- sha256sums = 6a13a8ddcae6c3a680f301ff82e14bebac47246d64c5eb1c326efad1cfbf7901
+ source = https://github.com/bufbuild/buf/archive/v0.38.0.tar.gz
+ sha256sums = 3db04161157276e99a3057ae5153003198350c4556aee612d4022232b47a321e
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index d0cdda268cee..c2e225268c71 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.37.1
+pkgver=0.38.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=('6a13a8ddcae6c3a680f301ff82e14bebac47246d64c5eb1c326efad1cfbf7901')
+sha256sums=('3db04161157276e99a3057ae5153003198350c4556aee612d4022232b47a321e')