aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorHenrik Holst <henrik.holst@millistream.com>2018-07-26 16:29:22 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-26 15:41:42 +0000
commit0d303225f8df757f2efa8343d64189a5b1060856 (patch)
tree4d38bc469c4ad13ed2b926adf04cdf9170bad4d1 /testing
parentdf294eb4d8247ce0c96368a7f965a7aa3d5c2bb1 (diff)
downloadaports-0d303225f8df757f2efa8343d64189a5b1060856.tar.bz2
aports-0d303225f8df757f2efa8343d64189a5b1060856.tar.xz
testing/libmdf: Update to v1.0.21
Updated the package to the latest upstream version.
Diffstat (limited to 'testing')
-rw-r--r--testing/libmdf/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/libmdf/APKBUILD b/testing/libmdf/APKBUILD
index 9ba46feec3..799849328a 100644
--- a/testing/libmdf/APKBUILD
+++ b/testing/libmdf/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Henrik Holst <henrik.holst@millistream.com>
# Maintainer:
pkgname=libmdf
-pkgver="1.0.20"
-pkgrel=2
+pkgver="1.0.21"
+pkgrel=0
pkgdesc="Millistream Data Feed API library"
url="https://millistream.com"
arch="all"
@@ -11,7 +11,7 @@ depends=""
makedepends="libressl-dev zlib-dev"
install=""
subpackages="$pkgname-dev"
-source="ftp://ftp1.millistream.com/sources/$pkgname-$pkgver.tar.gz"
+source="https://packages.millistream.com/source/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
@@ -30,4 +30,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="b6e496839090067e481d21cbdcee473538941979ada1ad44130522d49f8ae276f68c0b073e28651d733046d72dcc1f5d6369c318ea709bc49dbff1354144c400 libmdf-1.0.20.tar.gz"
+sha512sums="a181965c58072329dd707602f5d356651308d7d5ea54e5a864122d7512d1df6821bf9aecfbbbbe7e1f9056729d5e6c4eb7b89ff99931893a2ff6ea386dcd8941 libmdf-1.0.21.tar.gz"