diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 15:41:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-16 15:46:37 +0000 |
commit | a1e2b9cbbfa719541bdcd1c96c897f3730dbaff0 (patch) | |
tree | 2c2ea969d2c3ae0ef0c121ef828ccdb267e6a3b8 /community | |
parent | e8967a578e6947b154d98effc1caaac5f5425885 (diff) | |
download | aports-a1e2b9cbbfa719541bdcd1c96c897f3730dbaff0.tar.bz2 aports-a1e2b9cbbfa719541bdcd1c96c897f3730dbaff0.tar.xz |
community/libsearpc: upgrade to 3.0.7
Diffstat (limited to 'community')
-rw-r--r-- | community/libsearpc/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libsearpc/APKBUILD b/community/libsearpc/APKBUILD index ae29d8d7fd..c5ff291be4 100644 --- a/community/libsearpc/APKBUILD +++ b/community/libsearpc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: <xmingske@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libsearpc -pkgver=3.0.6 +pkgver=3.0.7 pkgrel=0 pkgdesc="A simple and easy-to-use C language RPC framework" url="https://github.com/haiwen/libsearpc/" @@ -50,6 +50,6 @@ py() { install -d "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -md5sums="32a6eaafe16d8c0c0e320b4a08a4d8f6 libsearpc-3.0.6.tar.gz" -sha256sums="56313771e0ad7dc075c4590b6a75daeb3939937b21716d82c91be2612133b8cd libsearpc-3.0.6.tar.gz" -sha512sums="f5706d5490eb6abd05a25963ae204b358e7ebdcf153ab4bfe76819fd4538f1a957d7eaf84d8e60e076d978f9c1605adb2e6ec7ded55950c551304eb7665b15e8 libsearpc-3.0.6.tar.gz" +md5sums="32a6eaafe16d8c0c0e320b4a08a4d8f6 libsearpc-3.0.7.tar.gz" +sha256sums="56313771e0ad7dc075c4590b6a75daeb3939937b21716d82c91be2612133b8cd libsearpc-3.0.7.tar.gz" +sha512sums="f5706d5490eb6abd05a25963ae204b358e7ebdcf153ab4bfe76819fd4538f1a957d7eaf84d8e60e076d978f9c1605adb2e6ec7ded55950c551304eb7665b15e8 libsearpc-3.0.7.tar.gz" |