makedeb
A new way of working with Protocol Buffers
Click here to go back to the commit logs for buf.
Hash: 7e6d9fc31d14f20946da8d39637782ac2c703b1e
Message: Upgraded to 1.2.1
diff --git a/.SRCINFO b/.SRCINFO
index 6e9a951..ee06922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = buf
pkgdesc = A new way of working with Protocol Buffers
- pkgver = 1.1.1
+ pkgver = 1.2.1
pkgrel = 1
url = https://buf.build
arch = any
@@ -10,7 +10,7 @@ pkgbase = buf
makedepends = golang-go
conflicts = buf-git
conflicts = buf-bin
- source = git+https://github.com/bufbuild/buf.git#tag=v1.1.1
+ source = git+https://github.com/bufbuild/buf.git#tag=v1.2.1
sha256sums = SKIP
pkgname = buf
diff --git a/PKGBUILD b/PKGBUILD
index 2a56444..415a10d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# AUR Contributor: Alexander Menzhinsky <amenzhinsky@gmail.com>
pkgname="buf"
_gitname="buf"
-pkgver="1.1.1"
-pkgrel="1"
+pkgver='1.2.1'
+pkgrel='1'
pkgdesc="A new way of working with Protocol Buffers"
arch=("any")
url="https://buf.build"