diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-10-07 15:13:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-10-07 15:41:38 +0000 |
commit | a055c1aca9d28c8c0d24891d471329c91cf55d86 (patch) | |
tree | 7610b4f5fe4c8e2e6cc676c2140c28c5b435b9d7 | |
parent | be7a371e4557e9dea91549f7af2c3bd21ca4d415 (diff) |
community/mumble: rebuild against protobuf 3.18
-rw-r--r-- | community/mumble/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mumble/APKBUILD b/community/mumble/APKBUILD index c2efb686030..5ecf2d365b8 100644 --- a/community/mumble/APKBUILD +++ b/community/mumble/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> pkgname=mumble pkgver=1.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="Low-latency, high quality voice chat software" url="https://wiki.mumble.info/" arch="all" |