aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2020-03-27 20:53:24 -0400
committerGalen Abell <galen@galenabell.com>2020-03-27 20:59:48 -0400
commitbbf0ebbb7ed570927146f880453535131a69d237 (patch)
treebc4a7c1649e48c9da7f1e4b74916986902acc914
parent70e3fec554f924bc8a1ca04ffaf394069ae37414 (diff)
downloadaports-bbf0ebbb7ed570927146f880453535131a69d237.tar.bz2
aports-bbf0ebbb7ed570927146f880453535131a69d237.tar.xz
testing/libsignal-protocol-c: upgrade to 2.3.3
-rw-r--r--testing/libsignal-protocol-c/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/libsignal-protocol-c/APKBUILD b/testing/libsignal-protocol-c/APKBUILD
index d3ceea2ac5..be0f3570d8 100644
--- a/testing/libsignal-protocol-c/APKBUILD
+++ b/testing/libsignal-protocol-c/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Galen Abell <galen@galenabell.com>
-pkgname="libsignal-protocol-c"
-pkgver="2.3.2"
-pkgrel=1
+pkgname=libsignal-protocol-c
+pkgver=2.3.3
+pkgrel=0
pkgdesc="Signal Protocol C Library"
url="https://github.com/signalapp/libsignal-protocol-c"
arch="all"
@@ -23,7 +23,7 @@ build() {
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS} .
+ $CMAKE_CROSSOPTS .
make
}
@@ -40,4 +40,4 @@ check() {
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="7c63c42b9a590ed1a60a6f0094668d9948aa04e5965d052c22ae22b176df7c5582b8ec5c0e6c01ad582dfe2b04067380b9734ad08c64785242e90abcdabdfb8d libsignal-protocol-c-2.3.2.tar.gz"
+sha512sums="19d892e13fac32022658de5eaf1db8cec3226f5f3f37a4c1c33bfa9653126ecbc6350a1ab5624025f909803c2277b86321dbea7f64e9932883cae57b65f58112 libsignal-protocol-c-2.3.3.tar.gz"