diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-15 12:29:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-15 14:32:58 -0300 |
commit | e50f25aea8dadbce5cf7d695cf54bc585e36d174 (patch) | |
tree | f6e4288536b60cc345e743e2ee629d94d8615733 /testing/libxmlb | |
parent | bdfedf0875b794e73210b29b9fe7293d20f8090b (diff) | |
download | aports-e50f25aea8dadbce5cf7d695cf54bc585e36d174.tar.bz2 aports-e50f25aea8dadbce5cf7d695cf54bc585e36d174.tar.xz |
testing/libxmlb: upgrade to 0.1.11
Diffstat (limited to 'testing/libxmlb')
-rw-r--r-- | testing/libxmlb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libxmlb/APKBUILD b/testing/libxmlb/APKBUILD index 71e1e04825..10954f434c 100644 --- a/testing/libxmlb/APKBUILD +++ b/testing/libxmlb/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=libxmlb -pkgver=0.1.10 +pkgver=0.1.11 pkgrel=0 pkgdesc="Library to help create and query binary XML blobs" url="https://github.com/hughsie/libxmlb" @@ -38,4 +38,4 @@ _dev() { mv "$pkgdir"/usr/libexec "$subpkgdir"/usr } -sha512sums="81f5edf776241580c0e47f43f9b15ecbc695022007cf90070f95ca190f2a270f15a856a89246c772f52e93b8eed88d228c5f426cd4dc84e8e6fdf2556b8714b3 libxmlb-0.1.10.tar.gz" +sha512sums="734082c4c15d8b02eb3e526b59fb6be8a7a61758a059792fca567c9a647df0597561fb6967903fb44d566ccd6e8e6d99286d0cae495b9d8ec12a3cd257c24a16 libxmlb-0.1.11.tar.gz" |