makedeb
A new way of working with Protocol Buffers
Click here to go back to the commit logs for buf.
Hash: 8c5db060d40fe3b89f305eb7d577d0efe73b1c9a
Message: Upgraded to 1.1.0
diff --git a/.SRCINFO b/.SRCINFO
index b96b5c3..aa257e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,15 +2,15 @@ generated-by = makedeb-makepkg
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://buf.build
arch = any
license = Apache
makedepends = golang-go
conflicts = buf-git
conflicts = buf-bin
- source = git+https://github.com/bufbuild/buf.git#tag=v1.0.0
+ source = git+https://github.com/bufbuild/buf.git#tag=v1.1.0
sha256sums = SKIP
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 3a4c114..5a9cb91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# AUR Contributor: Alexander Menzhinsky <amenzhinsky@gmail.com>
pkgname="buf"
_gitname="buf"
-pkgver="1.0.0"
-pkgrel="2"
+pkgver="1.1.0"
+pkgrel="1"
pkgdesc="A new way of working with Protocol Buffers"
arch=("any")
url="https://buf.build"