Skip to content

Commit 0012cc9

Browse files
committed
httpie is now installed with APT
1 parent a63b077 commit 0012cc9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ using the [Keep a CHANGELOG](http://keepachangelog.com) principles.
77

88
## [Unreleased]
99

10+
### Changed
11+
1012
- upgrade [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to version 1.4.16
13+
- `httpie` tool is now installed with **A**dvanced **P**ackaging **T**ool (as recommended)
1114

1215
## [1.4.0] - 2022-01-22
1316

resources/tools/httpie.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"summary": "A modern user-friendly command-line HTTP client for the API era",
66
"website": "https://github.com/httpie/httpie",
77
"command": {
8-
"pip-install": {
9-
"requirement": "setuptools httpie"
8+
"shell": {
9+
"cmd": "httpie",
10+
"package_manager": "apt"
1011
}
1112
},
12-
"tags": ["httpie"]
13+
"tags": ["httpie"],
14+
"priority": 90
1315
}
1416
]
1517
}

0 commit comments

Comments
 (0)