Skip to content

Commit

Permalink
httpie: Update to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangoransson committed Mar 23, 2021
1 parent 395e6c8 commit ba82feb
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit ba82feb

Please sign in to comment.