diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-09-01 02:26:20 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-15 01:03:18 +0000 |
commit | 9233749896bdaf3cedbca27e08018b96115ccf5c (patch) | |
tree | c1bb17f3c1c21e5288e12ba37867b0aadd2d66a6 | |
parent | f14316ecad37a49ccc81e95d12bb26e64ea3596e (diff) | |
download | aports-9233749896bdaf3cedbca27e08018b96115ccf5c.tar.gz aports-9233749896bdaf3cedbca27e08018b96115ccf5c.tar.bz2 aports-9233749896bdaf3cedbca27e08018b96115ccf5c.tar.xz |
main/*: rebuild against boost 1.75.0
-rw-r--r-- | main/botan/APKBUILD | 2 | ||||
-rw-r--r-- | main/clucene/APKBUILD | 2 | ||||
-rw-r--r-- | main/encfs/APKBUILD | 2 | ||||
-rw-r--r-- | main/highlight/APKBUILD | 2 | ||||
-rw-r--r-- | main/subversion/APKBUILD | 2 | ||||
-rw-r--r-- | main/swig/APKBUILD | 2 | ||||
-rw-r--r-- | main/tcpflow/APKBUILD | 2 | ||||
-rw-r--r-- | main/thin-provisioning-tools/APKBUILD | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/main/botan/APKBUILD b/main/botan/APKBUILD index 7e50c9fbfb..b7f005b11b 100644 --- a/main/botan/APKBUILD +++ b/main/botan/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=botan pkgver=2.11.0 -pkgrel=5 +pkgrel=6 pkgdesc="Crypto and TLS for C++11" url="https://botan.randombit.net/" arch="all" diff --git a/main/clucene/APKBUILD b/main/clucene/APKBUILD index 991bb4d85a..6447c05c93 100644 --- a/main/clucene/APKBUILD +++ b/main/clucene/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=clucene pkgver=2.3.3.4 -pkgrel=7 +pkgrel=8 pkgdesc="A C++ port of Lucene" url="http://www.sourceforge.net/projects/clucene" arch="all" diff --git a/main/encfs/APKBUILD b/main/encfs/APKBUILD index 04053c3b7d..20e9f6a870 100644 --- a/main/encfs/APKBUILD +++ b/main/encfs/APKBUILD @@ -3,7 +3,7 @@ pkgname=encfs pkgver=1.9.5 _ver=${pkgver/_/-} -pkgrel=6 +pkgrel=7 pkgdesc="EncFS provides an encrypted filesystem in user-space" url="https://vgough.github.io/encfs/" arch="all" diff --git a/main/highlight/APKBUILD b/main/highlight/APKBUILD index a575e84e93..d784fe69d1 100644 --- a/main/highlight/APKBUILD +++ b/main/highlight/APKBUILD @@ -3,7 +3,7 @@ _luaver=5.3 pkgname=highlight pkgver=3.60 -pkgrel=0 +pkgrel=1 pkgdesc="Fast and flexible source code highlighter" url="http://www.andre-simon.de/doku/highlight/highlight.html" arch="all !mips !mips64" # Segfault during build diff --git a/main/subversion/APKBUILD b/main/subversion/APKBUILD index 203d919849..a635b13c8c 100644 --- a/main/subversion/APKBUILD +++ b/main/subversion/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=subversion pkgver=1.14.0 -pkgrel=0 +pkgrel=1 _py3c_ver=1.1 pkgdesc="Replacement for CVS, another versioning system (svn)" url="https://subversion.apache.org/" diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD index 9ef9ed4093..d60130aa2a 100644 --- a/main/swig/APKBUILD +++ b/main/swig/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=swig pkgver=4.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="A compiler that makes it easy to integrate C and C++ code with scripting languages" url="http://www.swig.org/" arch="all" diff --git a/main/tcpflow/APKBUILD b/main/tcpflow/APKBUILD index 7036f82f0d..c3fa377988 100644 --- a/main/tcpflow/APKBUILD +++ b/main/tcpflow/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tcpflow pkgver=1.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="A Tool for monitoring, capturing and storing TCP connections flows" url="https://github.com/simsong/tcpflow" arch="all" diff --git a/main/thin-provisioning-tools/APKBUILD b/main/thin-provisioning-tools/APKBUILD index 6dee68d17d..7dce6d9c13 100644 --- a/main/thin-provisioning-tools/APKBUILD +++ b/main/thin-provisioning-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=thin-provisioning-tools pkgver=0.7.1 -pkgrel=3 +pkgrel=4 pkgdesc="A suite of tools for manipulating the metadata of the dm-thin device-mapper target" url="https://github.com/jthornber/thin-provisioning-tools" arch="all" |