diff options
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
| @@ -1,6 +1,6 @@ | |||
| 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.2 | 3 | pkgver = 0.8.3 |
| 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 |
| @@ -8,7 +8,7 @@ pkgbase = drill | |||
| 8 | makedepends = cargo | 8 | makedepends = cargo |
| 9 | depends = openssl | 9 | depends = openssl |
| 10 | depends = gcc-libs | 10 | depends = gcc-libs |
| 11 | source = drill-0.7.2.tar.gz::https://github.com/fcsonline/drill/archive/0.7.2.tar.gz | 11 | source = drill-0.8.3.tar.gz::https://github.com/fcsonline/drill/archive/0.8.3.tar.gz |
| 12 | sha256sums = cc33f5e214cf8c9c975bd2b912b87541eab2ceb34689fdc1f4882b332ad4ee44 | 12 | sha256sums = 12096bfeb57fa567f9104615c872b5fec787bacf5b9efcc9f14d496c08efe30d |
| 13 | 13 | ||
| 14 | pkgname = drill | 14 | pkgname = drill |
| @@ -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.2 | 4 | pkgver=0.8.3 |
| 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=('cc33f5e214cf8c9c975bd2b912b87541eab2ceb34689fdc1f4882b332ad4ee44') | 13 | sha256sums=('12096bfeb57fa567f9104615c872b5fec787bacf5b9efcc9f14d496c08efe30d') |
| 14 | 14 | ||
| 15 | build() { | 15 | build() { |
| 16 | cd "$pkgname-$pkgver" | 16 | cd "$pkgname-$pkgver" |
