httpie: update to 2.0.0.
This commit is contained in:
parent
038be671df
commit
5795c6a8e4
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'httpie'
|
||||
pkgname=httpie
|
||||
version=1.0.3
|
||||
revision=2
|
||||
version=2.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="httpie"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-requests python3-Pygments"
|
||||
short_desc="Human-friendly command line HTTP client"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://httpie.org/"
|
||||
changelog="https://raw.githubusercontent.com/jakubroztocil/httpie/master/CHANGELOG.rst"
|
||||
distfiles="https://github.com/jakubroztocil/httpie/archive/${version}.tar.gz"
|
||||
checksum=ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
|
||||
checksum=92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
|
||||
|
||||
post_install() {
|
||||
vinstall extras/httpie-completion.bash 644 usr/share/bash-completion/completions http
|
||||
|
|
Loading…
Add table
Reference in a new issue