aboutsummaryrefslogtreecommitdiffstats
path: root/main/libmd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libmd/APKBUILD')
-rw-r--r--main/libmd/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/libmd/APKBUILD b/main/libmd/APKBUILD
index 9cd8d1a5b4e..c87bef7b14d 100644
--- a/main/libmd/APKBUILD
+++ b/main/libmd/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: omni <omni+alpine@hack.org>
# Maintainer: omni <omni+alpine@hack.org>
pkgname=libmd
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=0
pkgdesc="Message Digest functions from BSD systems"
url="https://www.hadrons.org/software/libmd/"
arch="all"
-license="Public Domain"
+license="BSD-3-Clause AND BSD-2-Clause AND ISC AND Beerware AND Public Domain"
subpackages="$pkgname-dev $pkgname-doc"
source="https://archive.hadrons.org/software/libmd/libmd-$pkgver.tar.xz"
@@ -31,4 +31,6 @@ package() {
install -Dm0644 COPYING -t "$pkgdir"/usr/share/licenses/"$pkgname"
}
-sha512sums="f4b5a86bea7b9fac9f7f173032ee436d1e7141f760c1a114a785d31644edbf6802fe8193cc4cf3b5c66d38963be919c05055780bdf6bf5a47927690490ff5966 libmd-1.0.3.tar.xz"
+sha512sums="
+5d0da3337038e474fae7377bbc646d17214e72dc848a7aadc157f49333ce7b5ac1456e45d13674bd410ea08477c6115fc4282fed6c8e6a0bf63537a418c0df96 libmd-1.1.0.tar.xz
+"