blob: 32ef91e68fa1426143425522586f54d67007d3ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = httpdiff
pkgdesc = Perform the same request against two HTTP servers and diff the results
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/jgrahamc/httpdiff
arch = i686
arch = x86_64
license = GPL2
makedepends = git
makedepends = go
source = httpdiff::git+https://github.com/jgrahamc/httpdiff.git#tag=v1.0.0
sha256sums = SKIP
pkgname = httpdiff
|