diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:47:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-12 15:47:41 +0000 |
commit | 6876919da4fb9cf9cdeef4fea58809d9409aa59b (patch) | |
tree | ecbaf213c7d9aa36760c23cd3b841a2420f7690a | |
parent | a7cd4b5602d8f2620e00b2c1bd9c26f31bd5d2a6 (diff) | |
download | aports-6876919da4fb9cf9cdeef4fea58809d9409aa59b.tar.bz2 aports-6876919da4fb9cf9cdeef4fea58809d9409aa59b.tar.xz |
community/uhttpmock: upgrade to 0.5.1
-rw-r--r-- | community/uhttpmock/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/uhttpmock/APKBUILD b/community/uhttpmock/APKBUILD index 5cf165bd89..673c02ff4a 100644 --- a/community/uhttpmock/APKBUILD +++ b/community/uhttpmock/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: pkgname=uhttpmock -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=0 pkgdesc="HTTP web service mocking library" url="http://gitorious.org/uhttpmock/" @@ -45,6 +45,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="ebc54cbbe9b6695282a179af223fe374 uhttpmock-0.5.0.tar.xz" -sha256sums="26da182a2db2579c5ba4dad9096d52099e0766228c295cfbaed6de4046f7d16e uhttpmock-0.5.0.tar.xz" -sha512sums="952b618f3a12d7190f3812bc0bd53dd655a83d27f29bb749e62b36a08492bf535b85db7f5ff66f15c72bf5574696149f00476041f225ca6039ad87b221f5a1c6 uhttpmock-0.5.0.tar.xz" +sha512sums="99135c0983be78eaaf962e5b182eaaf921e1d6ed30f98691d8766e9d4a9e07188965ce3f546a13a8c32b148bad305083cc3cfdf48d9a8b91efffaec5a46d8006 uhttpmock-0.5.1.tar.xz" |