Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

httpie: Update to 2.4.0 #29699

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/httpie/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'httpie'
pkgname=httpie
version=2.2.0
revision=2
version=2.4.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-Pygments"
depends="python3-setuptools python3-requests-toolbelt python3-Pygments python3-pysocks"
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=413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
checksum=026239c8924a43f611783ce60049f661d61ff7d4ed1fa5031e42a7bdb6c86426

post_install() {
vcompletion extras/httpie-completion.bash bash http
Expand Down