makedeb


buf-bin 1.15.0-1


A new way of working with Protocol Buffers

Click here to go back to the commit logs for buf-bin.

Commit:


Hash: 4a04a9ed4026c7c27e0d4b3428f83c7335b90096

Message: Upgraded to 1.7.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 343848b..dc240a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,12 @@ pkgname = buf-bin
 pkgbase = buf-bin
 pkgdesc = A new way of working with Protocol Buffers
 pkgrel = 1
-pkgver = 1.6.0
+pkgver = 1.7.0
 url = https://buf.build
 arch = x86_64
 conflicts = buf-git
 conflicts = buf
 license = Apache
 provides = buf
-source = buf.tar.gz::https://github.com/bufbuild/buf/releases/download/v1.6.0/buf-Linux-x86_64.tar.gz
-sha256sums = b83fd806a9f69b5d9addf838dcd9fae4ec8da4bbf367aa08511cd83b225f3cb0
+source = buf.tar.gz::https://github.com/bufbuild/buf/releases/download/v1.7.0/buf-Linux-x86_64.tar.gz
+b2sums = 37f29d2a82797339a6989f03d481143d312d56c57bef01302b6e96d899fd70bf15d5725c8fe1ff5113829691126b8c00323f0ba409b21909b3ab4619e0930132
diff --git a/PKGBUILD b/PKGBUILD
index 9c682ea..ee256e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
 pkgname="buf-bin"
 _gitname="buf"
 provides=("buf")
-pkgver='1.6.0'
+pkgver='1.7.0'
 pkgrel='1'
 pkgdesc="A new way of working with Protocol Buffers"
 arch=("x86_64")
 url="https://buf.build"
 license=('Apache')
 source=("buf.tar.gz"::"https://github.com/bufbuild/buf/releases/download/v${pkgver}/buf-Linux-x86_64.tar.gz")
-sha256sums=('b83fd806a9f69b5d9addf838dcd9fae4ec8da4bbf367aa08511cd83b225f3cb0')
+b2sums=('37f29d2a82797339a6989f03d481143d312d56c57bef01302b6e96d899fd70bf15d5725c8fe1ff5113829691126b8c00323f0ba409b21909b3ab4619e0930132')
 conflicts=("${_gitname}-git" "${_gitname}")
 
 package() {