[arch-commits] Commit in protobuf-c/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jul 18 20:46:24 UTC 2022


    Date: Monday, July 18, 2022 @ 20:46:23
  Author: arojas
Revision: 451461

upgpkg: protobuf-c 1.4.1-1: Update to 1.4.1

Modified:
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-18 20:06:58 UTC (rev 451460)
+++ PKGBUILD	2022-07-18 20:46:23 UTC (rev 451461)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
 
 pkgname=protobuf-c
-pkgver=1.4.0
-pkgrel=4
+pkgver=1.4.1
+pkgrel=1
 pkgdesc='Protocol Buffers implementation in C'
 arch=('x86_64')
 url='https://github.com/protobuf-c/protobuf-c'
@@ -13,7 +13,7 @@
 provides=('libprotobuf-c.so')
 options=('!lto') # https://github.com/protobuf-c/protobuf-c/issues/488
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('26d98ee9bf18a6eba0d3f855ddec31dbe857667d269bc0b6017335572f85bbcb')
+sha256sums=('4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list