~alpine/aports

[alpine-aports] [PATCH] community/httpry: fix source URL, update checksum

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20181203105410.863604C4A4@mx12.valuehost.ru>
Sender timestamp
1543832790
DKIM signature
missing
Download raw message
Patch: +4 -6
Use GH to get the source tarball (identical to Debian's httpry_0.1.8.orig.tar.gz).
---
 community/httpry/APKBUILD | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/community/httpry/APKBUILD b/community/httpry/APKBUILD
index 01d32cc96f..555f91b9db 100644
--- a/community/httpry/APKBUILD
+++ b/community/httpry/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=httpry
pkgver=0.1.8
pkgrel=0
pkgrel=1
pkgdesc="A packet sniffer designed for HTTP traffic"
# Sources at https://github.com/jbittel/httpry/
url="http://dumpsterventures.com/jason/httpry/"
@@ -10,8 +10,8 @@ arch="all"
license="GPL-2.0"
makedepends="libpcap-dev"
subpackages="$pkgname-doc"
source="http://dumpsterventures.com/jason/httpry/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
source="https://github.com/jbittel/httpry/archive/httpry-0.1.8.tar.gz"
builddir="$srcdir/$pkgname-$pkgname-$pkgver"

build() {
	cd "$builddir"
@@ -26,6 +26,4 @@ package() {
		"$pkgdir"/usr/share/man/man1/$pkgname.1  || return 1
}

md5sums="212a03b32c3e3668f5890f8779a86ded  httpry-0.1.8.tar.gz"
sha256sums="ef53454f895f68005f7b9ab634d1b433c4df839eacea9109e4ee48d4296fb613  httpry-0.1.8.tar.gz"
sha512sums="28d9fc37229e8b47711227762134e5b6e81bde0a44947f2e527771da2d042ba7e7c38b1ec205808a9e444e1235c91932ba16df4a31cc3d739c6474b25e149636  httpry-0.1.8.tar.gz"
sha512sums="d242d5bd60296f1a5836c3c9449c732a77eeda69c103718e75debfeb97d528b87bf895312883f194f0a35c37c1d59e95086b1f7dd8f3ae8627428657d49cebed  httpry-0.1.8.tar.gz"
-- 
2.19.2




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)