George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
buf
Commits:
4aa8df1a by George Rawlinson at 2024-07-24T17:17:54+12:00
upgpkg: 1.35.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = buf
pkgdesc = A tool for working with Protocol Buffers
- pkgver = 1.32.0
+ pkgver = 1.35.0
pkgrel = 1
url = https://buf.build
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = buf
makedepends = go
depends = glibc
options = !lto
- source = buf::git+https://github.com/bufbuild/buf#tag=v1.32.0
- sha512sums =
c37d6a4f062084b37dca90c9c58c53547bd487f7b4624308a768cbd3b49a784d1bc945a73e343d80e52b0682f4e199aefd1f51eb1353c2789615bbbd131284d4
- b2sums =
535aae4f840503a576fb7ae052111273fe96aa668efb535e940c640ad163ab6c5f70e066eaf0cde5b743cef57efef8d80fc6eb23389cdc93115dbe40435b164b
+ source = buf::git+https://github.com/bufbuild/buf#tag=v1.35.0
+ sha512sums =
258d6a7c2dc9369457724db17f3cfcf63a637fb8bc0fab572196aa2306654013d67435d8c2a1b4a8e9f4a0f5b5426a55d6c083b35161d1ac51b41a8ebc5b5b31
+ b2sums =
e4f9614532f6d87d11bab34d2666f3d9c793b9d45d6a02ed3cf4745710f41bf35238b058ba66b6d0a85d99540e77b9dcc27e0cc51315330747a36147bcc218be
pkgname = buf
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=buf
-pkgver=1.32.0
+pkgver=1.35.0
pkgrel=1
pkgdesc='A tool for working with Protocol Buffers'
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc')
makedepends=('git' 'go')
options=('!lto')
source=("$pkgname::git+https://github.com/bufbuild/buf#tag=v$pkgver")
-sha512sums=('c37d6a4f062084b37dca90c9c58c53547bd487f7b4624308a768cbd3b49a784d1bc945a73e343d80e52b0682f4e199aefd1f51eb1353c2789615bbbd131284d4')
-b2sums=('535aae4f840503a576fb7ae052111273fe96aa668efb535e940c640ad163ab6c5f70e066eaf0cde5b743cef57efef8d80fc6eb23389cdc93115dbe40435b164b')
+sha512sums=('258d6a7c2dc9369457724db17f3cfcf63a637fb8bc0fab572196aa2306654013d67435d8c2a1b4a8e9f4a0f5b5426a55d6c083b35161d1ac51b41a8ebc5b5b31')
+b2sums=('e4f9614532f6d87d11bab34d2666f3d9c793b9d45d6a02ed3cf4745710f41bf35238b058ba66b6d0a85d99540e77b9dcc27e0cc51315330747a36147bcc218be')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/4aa8df1ae4f5acff4534ca8ab738fe4ef8eb1ca0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/4aa8df1ae4f5acff4534ca8ab738fe4ef8eb1ca0
You're receiving this email because of your account on gitlab.archlinux.org.