X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx7.valuehost.ru (mx7.valuehost.ru [217.112.42.214]) by lists.alpinelinux.org (Postfix) with ESMTP id AD6EFF816E0 for ; Mon, 22 Apr 2019 14:11:44 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx7.valuehost.ru (Postfix) with ESMTP id 0FBD462F9F for ; Mon, 22 Apr 2019 17:11:43 +0300 (MSK) From: alpine-mips-patches Date: Mon, 22 Apr 2019 13:57:56 +0000 Subject: [alpine-aports] [PATCH] main/rhash: upgrade to 1.3.8 To: alpine-aports@lists.alpinelinux.org Message-Id: <20190422141143.0FBD462F9F@mx7.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This update particularly fixes the eDonkey link test failure on mipsel*. --- main/rhash/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/rhash/APKBUILD b/main/rhash/APKBUILD index fa49736a63..3bc3bed043 100644 --- a/main/rhash/APKBUILD +++ b/main/rhash/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Przemyslaw Pawelczyk pkgname=rhash -pkgver=1.3.6 -pkgrel=2 +pkgver=1.3.8 +pkgrel=0 pkgdesc="Utility for calculation and verification of hash sums and magnet links" url="http://rhash.anz.ru" arch="all" @@ -28,9 +28,9 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install - make -C librhash DESTDIR="$pkgdir" \ - install-headers install-lib-shared install-so-link + make DESTDIR="$pkgdir" \ + install-lib-headers install-lib-shared install-lib-so-link } -sha512sums="54f7f238ed1fdc01c29cc1338fa86be90b69beff0df8f20d24ce9cb3c48c7f4668b84a3fe0d4d8b04b54bc8145485d493435edf3219de3a637af0f9c007c85c6 rhash-1.3.6-src.tar.gz +sha512sums="9dba4fa4dd49d323f2e440c5b93eac1ef62eb4046ec4ef611f0978c12c1739002f1ac1f1ec5e61bd359dc89e9ed612db71be91a795184ac5d5433280d27fa4c1 rhash-1.3.8-src.tar.gz a216a7cf5e1ea5fcb7b574a57bb8137e3dc0251bdefb2c30aacba08c54079d61a595c8c5636687c70e14724efa3a4b9ca7d9f98d9170eaa66ccb278834cf56d5 byteorder.patch" -- 2.21.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---