diff options
| author | Dimitris Kiziridis | 2021-04-04 18:24:46 +0300 |
|---|---|---|
| committer | Dimitris Kiziridis | 2021-04-04 18:24:46 +0300 |
| commit | e14a7390a5dbfc75b7fe4f87e43bf28126526c4e (patch) | |
| tree | 1d212e116c5bd886a4f698e0d62b7b568eedb8e0 | |
| parent | a2a147a3c1568930116be6e6766a102193c64a07 (diff) | |
| download | packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.gz packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.bz2 packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.zip | |
Update to 0.7.1
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
| @@ -1,14 +1,14 @@ | |||
| 1 | pkgbase = drill | 1 | pkgbase = drill |
| 2 | pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax | 2 | pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax |
| 3 | pkgver = 0.7.0 | 3 | pkgver = 0.7.1 |
| 4 | pkgrel = 1 | 4 | pkgrel = 1 |
| 5 | url = https://github.com/fcsonline/drill | 5 | url = https://github.com/fcsonline/drill |
| 6 | arch = x86_64 | 6 | arch = x86_64 |
| 7 | license = GPL3 | 7 | license = GPL3 |
| 8 | makedepends = cargo | 8 | makedepends = cargo |
| 9 | depends = openssl | 9 | depends = openssl |
| 10 | source = drill-0.7.0.tar.gz::https://github.com/fcsonline/drill/archive/0.7.0.tar.gz | 10 | source = drill-0.7.1.tar.gz::https://github.com/fcsonline/drill/archive/0.7.1.tar.gz |
| 11 | sha256sums = 0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f | 11 | sha256sums = 76e9f0fdcc369d27246029d077f9fb8b0c5b80be2cd07a65a78f7883b993fd80 |
| 12 | 12 | ||
| 13 | pkgname = drill | 13 | pkgname = drill |
| 14 | 14 | ||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> | 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> |
| 2 | 2 | ||
| 3 | pkgname=drill | 3 | pkgname=drill |
| 4 | pkgver=0.7.0 | 4 | pkgver=0.7.1 |
| 5 | pkgrel=1 | 5 | pkgrel=1 |
| 6 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" | 6 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" |
| 7 | url="https://github.com/fcsonline/drill" | 7 | url="https://github.com/fcsonline/drill" |
| @@ -10,7 +10,7 @@ makedepends=('cargo') | |||
| 10 | arch=('x86_64') | 10 | arch=('x86_64') |
| 11 | license=('GPL3') | 11 | license=('GPL3') |
| 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
| 13 | sha256sums=('0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f') | 13 | sha256sums=('76e9f0fdcc369d27246029d077f9fb8b0c5b80be2cd07a65a78f7883b993fd80') |
| 14 | 14 | ||
| 15 | build() { | 15 | build() { |
| 16 | cd "$pkgname-$pkgver" | 16 | cd "$pkgname-$pkgver" |
