aboutsummaryrefslogtreecommitdiffstats
path: root/community/net-cpp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/net-cpp/APKBUILD')
-rw-r--r--community/net-cpp/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/net-cpp/APKBUILD b/community/net-cpp/APKBUILD
index ee95852f994..bbf8971063f 100644
--- a/community/net-cpp/APKBUILD
+++ b/community/net-cpp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=net-cpp
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.1.1
+pkgrel=1
pkgdesc="A simple yet beautiful networking API for C++11"
url="https://gitlab.com/ubports/core/lib-cpp/net-cpp"
arch="all"
@@ -11,9 +11,8 @@ makedepends="cmake cmake-extras boost-dev curl-dev process-cpp-dev
checkdepends="py3-httpbin"
subpackages="$pkgname-dev"
source="https://gitlab.com/ubports/core/lib-cpp/net-cpp/-/archive/$pkgver/net-cpp-$pkgver.tar.gz
+ 0001-Upgrade-C-standard-to-C-17.patch
python-init.patch
- 0001-curl-multi-handle-timer_callback-correctly.patch
- 0002-curl-multi-fix-timer_callback-behavior-with-0-timeou.patch
"
build() {
@@ -39,8 +38,7 @@ package() {
}
sha512sums="
-c8728f0bdc6ccb14edf4f6b6c7ec4381796aa4f40ced0b5ea58494db31a52e5e785816704e932aa34a993e6e7edc4826739755abcbfcea69990ba5505fc465e6 net-cpp-3.0.0.tar.gz
+61579b6096a23c1a0fe55fac0f6579139b3e7d1999a7fcf57f7d580c164fe8e7a4b00944a6670442d02b878d1e863f31ff2493750c5069f0830077bb64e21784 net-cpp-3.1.1.tar.gz
+7311589a9023092a782a2661d8bc16608ea7dd17f84d533b521418e3dd85e1fb90d66e7336235b6b59dbd8e80d997ae629a622bae28a24a689e1d32358c62a2a 0001-Upgrade-C-standard-to-C-17.patch
b67b50f159438513f8744daec4cce23d335025cd5c213534c36e59a29e2aac4ecf749487ad73f855971a8431bbde514e295918177b6d07d253b901aaa28d8582 python-init.patch
-57880dad0b7a939d6d5be57c4025966615ba95444ae1ba7a8bc25cdbc78202adf308fc452d52465ef0764c4a71383f61c6079fc8dfd57c6892501dc4c29a36da 0001-curl-multi-handle-timer_callback-correctly.patch
-4b09e519e3a9b82cf36843a9483383a8c75763fc19b137a5bdf707db57543abd5193d70dd835d6155a6717ae9e4d577243fd25944322f42287a48465d7e98052 0002-curl-multi-fix-timer_callback-behavior-with-0-timeou.patch
"