diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-20 01:14:49 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-22 20:35:41 +0000 |
commit | bd5f040a849d08e2ef29f742e34d6a601adac682 (patch) | |
tree | c31f0e192f3b1c8102b05c7ac30bc83b9c7c340a /community | |
parent | fb046ee30ecb95776f838a1e8c267cfd7954a6d3 (diff) | |
download | aports-bd5f040a849d08e2ef29f742e34d6a601adac682.tar.bz2 aports-bd5f040a849d08e2ef29f742e34d6a601adac682.tar.xz |
main/protobuf: upgrade to 3.10.0
Closes !548
Diffstat (limited to 'community')
-rw-r--r-- | community/bitcoin/APKBUILD | 2 | ||||
-rw-r--r-- | community/dnsdist/APKBUILD | 2 | ||||
-rw-r--r-- | community/grpc/APKBUILD | 2 | ||||
-rw-r--r-- | community/libphonenumber/APKBUILD | 2 | ||||
-rw-r--r-- | community/mumble/APKBUILD | 2 | ||||
-rw-r--r-- | community/namecoin/APKBUILD | 2 | ||||
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 | ||||
-rw-r--r-- | community/pdns/APKBUILD | 2 | ||||
-rw-r--r-- | community/rethinkdb/APKBUILD | 2 | ||||
-rw-r--r-- | community/rippled/APKBUILD | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD index e44c3eb581..536f6b0ae0 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=bitcoin pkgver=0.18.1 _ver=${pkgver/_/} -pkgrel=2 +pkgrel=3 pkgdesc="Decentralized P2P electronic cash system" url="https://www.bitcoin.org" arch="all !armhf" diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD index ebfacb9e2f..6fc0f4ba32 100644 --- a/community/dnsdist/APKBUILD +++ b/community/dnsdist/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: tcely <dnsdist+aports@tcely.33mail.com> pkgname="dnsdist" pkgver="1.3.3" -pkgrel=3 +pkgrel=4 pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer." url="https://dnsdist.org" arch="all" diff --git a/community/grpc/APKBUILD b/community/grpc/APKBUILD index 095dbe86e1..e0d3088c43 100644 --- a/community/grpc/APKBUILD +++ b/community/grpc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: wener <wenermail@gmail.com> pkgname=grpc pkgver=1.21.3 -pkgrel=1 +pkgrel=2 pkgdesc="The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) " url="https://grpc.io/" giturl="https://github.com/grpc/grpc" diff --git a/community/libphonenumber/APKBUILD b/community/libphonenumber/APKBUILD index ac619e19d2..fe9a7de9a7 100644 --- a/community/libphonenumber/APKBUILD +++ b/community/libphonenumber/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libphonenumber pkgver=8.10.21 -pkgrel=0 +pkgrel=1 pkgdesc="Library for parsing, formatting, and validating international phone numbers." url="https://github.com/googlei18n/libphonenumber" arch="all" diff --git a/community/mumble/APKBUILD b/community/mumble/APKBUILD index 02f9365569..8023581a59 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.0 -pkgrel=2 +pkgrel=3 pkgdesc="Low-latency, high quality voice chat software" url="https://wiki.mumble.info/" arch="all" diff --git a/community/namecoin/APKBUILD b/community/namecoin/APKBUILD index e46b723271..90e86dade8 100644 --- a/community/namecoin/APKBUILD +++ b/community/namecoin/APKBUILD @@ -3,7 +3,7 @@ pkgname=namecoin pkgver=0.18.1 _ver=${pkgver/_/} -pkgrel=2 +pkgrel=3 pkgdesc="Namecoin is a peer to peer DNS based on bitcoin" url="https://www.namecoin.org/" arch="all !s390x" diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index 0e8e22c5ca..97e1a971cf 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -3,7 +3,7 @@ _pkgname="pdns-recursor" # upstream package name pkgname="${_pkgname}" pkgver="4.2.0" -pkgrel=2 +pkgrel=3 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" arch="all !s390x" # broken context diff --git a/community/pdns/APKBUILD b/community/pdns/APKBUILD index 5e9371f97e..e6fe3f83b1 100644 --- a/community/pdns/APKBUILD +++ b/community/pdns/APKBUILD @@ -7,7 +7,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=pdns pkgver=4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="PowerDNS Authoritative Server" url="https://www.powerdns.com/" arch="all !s390x" diff --git a/community/rethinkdb/APKBUILD b/community/rethinkdb/APKBUILD index d05123dc1f..9830d4d008 100644 --- a/community/rethinkdb/APKBUILD +++ b/community/rethinkdb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Daniel Treadwell <daniel@djt.id.au> pkgname=rethinkdb pkgver=2.3.6 -pkgrel=12 +pkgrel=13 pkgdesc="Distributed powerful and scalable NoSQL database" url="https://www.rethinkdb.com" arch="x86_64 ppc64le s390x aarch64" diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD index fb485468e4..d255489920 100644 --- a/community/rippled/APKBUILD +++ b/community/rippled/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" url="https://ripple.com/" arch="x86_64" |