From 4b7d99157e210d8c357d51dd14e67490cf42f153 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Wed, 15 Jun 2022 15:57:11 +0000 Subject: [PATCH] main/*: rebuild against boost-1.79 --- main/botan/APKBUILD | 2 +- main/clucene/APKBUILD | 2 +- main/encfs/APKBUILD | 2 +- main/highlight/APKBUILD | 2 +- main/source-highlight/APKBUILD | 2 +- main/subversion/APKBUILD | 2 +- main/swig/APKBUILD | 2 +- main/tcpflow/APKBUILD | 2 +- main/thin-provisioning-tools/APKBUILD | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main/botan/APKBUILD b/main/botan/APKBUILD index fac21689b8c6..938831a67649 100644 --- a/main/botan/APKBUILD +++ b/main/botan/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=botan pkgver=2.19.1 -pkgrel=1 +pkgrel=2 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 e5c27f42a5b7..4e5054e54ecb 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=13 +pkgrel=14 pkgdesc="A C++ port of Lucene" url="https://www.sourceforge.net/projects/clucene" arch="all" diff --git a/main/encfs/APKBUILD b/main/encfs/APKBUILD index be03cb1690fe..f59441930bcd 100644 --- a/main/encfs/APKBUILD +++ b/main/encfs/APKBUILD @@ -3,7 +3,7 @@ pkgname=encfs pkgver=1.9.5 _ver=${pkgver/_/-} -pkgrel=14 +pkgrel=15 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 5f575218cfce..f31a2ce94fe5 100644 --- a/main/highlight/APKBUILD +++ b/main/highlight/APKBUILD @@ -3,7 +3,7 @@ _luaver=5.4 pkgname=highlight pkgver=4.2 -pkgrel=1 +pkgrel=2 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/source-highlight/APKBUILD b/main/source-highlight/APKBUILD index 32b1934e08e6..c0b6b759e073 100644 --- a/main/source-highlight/APKBUILD +++ b/main/source-highlight/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=source-highlight pkgver=3.1.9 -pkgrel=4 +pkgrel=5 pkgdesc="Produces a document with syntax highlighting" url="https://www.gnu.org/software/src-highlite/" arch="all" diff --git a/main/subversion/APKBUILD b/main/subversion/APKBUILD index 1a49e82b9df4..c11e028de8e0 100644 --- a/main/subversion/APKBUILD +++ b/main/subversion/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=subversion pkgver=1.14.2 -pkgrel=2 +pkgrel=3 _py3c_ver=1.4 pkgdesc="Replacement for CVS, another versioning system (svn)" url="https://subversion.apache.org/" diff --git a/main/swig/APKBUILD b/main/swig/APKBUILD index 5cdd7fcbc747..f8430a61334c 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=5 +pkgrel=6 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 c973dd254b90..ef6bbef3f0a7 100644 --- a/main/tcpflow/APKBUILD +++ b/main/tcpflow/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tcpflow pkgver=1.6.1 -pkgrel=5 +pkgrel=6 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 65831b45e7b4..dbcd5015b659 100644 --- a/main/thin-provisioning-tools/APKBUILD +++ b/main/thin-provisioning-tools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=thin-provisioning-tools pkgver=0.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="suite of tools for manipulating the metadata of the dm-thin device-mapper target" url="https://github.com/jthornber/thin-provisioning-tools" arch="all" -- GitLab