aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-07 23:15:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-08 05:57:00 +0000
commit9c865ca694c9446bcee5154bf35ef227c1bc4d24 (patch)
treef115308ad666ea2395cf8bd8a8d5473572822b72
parentca798a45d42074ba4c1734e6618c144f8261bd67 (diff)
main/zeromq: upgrade to 4.3.3
-rw-r--r--main/zeromq/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/zeromq/APKBUILD b/main/zeromq/APKBUILD
index 237744cfd70..c4a6bdca347 100644
--- a/main/zeromq/APKBUILD
+++ b/main/zeromq/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zeromq
-pkgver=4.3.2
+pkgver=4.3.3
pkgrel=0
pkgdesc="The ZeroMQ messaging library and tools"
url="http://www.zeromq.org/"
@@ -41,5 +41,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="b6251641e884181db9e6b0b705cced7ea4038d404bdae812ff47bdd0eed12510b6af6846b85cb96898e253ccbac71eca7fe588673300ddb9c3109c973250c8e4 zeromq-4.3.2.tar.gz
+sha512sums="4c18d784085179c5b1fcb753a93813095a12c8d34970f2e1bfca6499be6c9d67769c71c68b7ca54ff181b20390043170e89733c22f76ff1ea46494814f7095b1 zeromq-4.3.3.tar.gz
64e4ae2c89469359480743beeb4f1e08976a4c52dbfd2dd33020463df78e927993319e456299682901001e0832ebed85291eea0decc1d27a58de78a6c891e660 test-driver.patch"