aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2024-03-27 15:03:19 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2024-03-28 07:35:15 +0000
commitdd9396ee36dc4949e4af886324a30c1823df35cf (patch)
treeb090a6bf27adb289cf39f88313b4fc9944841652
parentc3ed0453bffa491838f7bc5619366a9ffdbb9365 (diff)
main/protobuf-c: upgrade to 1.5.0HEADmaster
Remove unneeded patch
-rw-r--r--main/protobuf-c/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/main/protobuf-c/APKBUILD b/main/protobuf-c/APKBUILD
index fde9abe38e1..3924f8cf0d6 100644
--- a/main/protobuf-c/APKBUILD
+++ b/main/protobuf-c/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: TBK <alpin@jjtc.eu>
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=protobuf-c
-pkgver=1.4.1
-pkgrel=8
+pkgver=1.5.0
+pkgrel=0
pkgdesc="Protocol Buffers implementation in C"
url="https://github.com/protobuf-c/protobuf-c"
arch="all"
@@ -10,9 +10,7 @@ license="BSD-2-Clause"
depends_dev="$pkgname-compiler=$pkgver-r$pkgrel"
makedepends="autoconf automake libtool abseil-cpp-dev protobuf-dev"
subpackages="$pkgname-compiler $pkgname-dev"
-source="https://github.com/protobuf-c/protobuf-c/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz
- protobuf-23.patch
- "
+source="https://github.com/protobuf-c/protobuf-c/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz"
# secfixes:
# 1.4.1-r0:
@@ -47,6 +45,5 @@ compiler() {
}
sha512sums="
-190a4aa5c607853e6bf860b0974deb21e4f7f6209e810251eaca9612b59ea676779b0ca217fb1572914ffb8de3315a7d24f162b14d447ee671a9adc5b1271e41 protobuf-c-1.4.1.tar.gz
-79ce6f677800bb7e6e04adf08a4cb43381dd179471fff460cf473ec513c750bf772cc627ef26da9d0487317a53fa134dabad6236d16d5e0cf9421f13a4207b45 protobuf-23.patch
+175c9fc901cab88308730eea982dd62b1e0decdceb80aa53be163f17a440b4acecb834a784beab5cd71186413a322a323f4539758a8727ca51801cf92f9bd3da protobuf-c-1.5.0.tar.gz
"