aboutsummaryrefslogtreecommitdiffstats
path: root/community/httpry/APKBUILD
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2018-12-03 10:26:30 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-17 07:57:15 +0000
commit34aaed65c9bf8f02fb1c64af8d38e3a659c42f0d (patch)
treebd0264b9a64e9bbd86e57b38a3c1ed30211732e0 /community/httpry/APKBUILD
parent5b69b4b708254a8d0c0e55413356abe533da1920 (diff)
community/httpry: fix source URL, update checksum
Use GH to get the source tarball (identical to Debian's httpry_0.1.8.orig.tar.gz).
Diffstat (limited to 'community/httpry/APKBUILD')
-rw-r--r--community/httpry/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/httpry/APKBUILD b/community/httpry/APKBUILD
index 01d32cc96f5..555f91b9db5 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"