diff options
| -rw-r--r-- | drill/.SRCINFO | 8 | ||||
| -rw-r--r-- | drill/PKGBUILD | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/drill/.SRCINFO b/drill/.SRCINFO index 04576f6..9ccb665 100644 --- a/drill/.SRCINFO +++ b/drill/.SRCINFO | |||
| @@ -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.8.3 | 3 | pkgver = 0.9.0 |
| 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 = GPL-3.0-or-later |
| 8 | makedepends = cargo | 8 | makedepends = cargo |
| 9 | depends = openssl | 9 | depends = openssl |
| 10 | depends = gcc-libs | 10 | depends = gcc-libs |
| 11 | source = drill-0.8.3.tar.gz::https://github.com/fcsonline/drill/archive/0.8.3.tar.gz | 11 | source = drill-0.9.0.tar.gz::https://github.com/fcsonline/drill/archive/0.9.0.tar.gz |
| 12 | sha256sums = 12096bfeb57fa567f9104615c872b5fec787bacf5b9efcc9f14d496c08efe30d | 12 | sha256sums = ac486698c33daecb2d099fbb890d0b37ffd9baf3655d620f57932e1d398b44fc |
| 13 | 13 | ||
| 14 | pkgname = drill | 14 | pkgname = drill |
diff --git a/drill/PKGBUILD b/drill/PKGBUILD index 0128ef4..209cfd8 100644 --- a/drill/PKGBUILD +++ b/drill/PKGBUILD | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> | 1 | # Maintainer: Yigit Sever <yigit at yigitsever dot com> |
| 2 | # Contributor: Dimitris Kiziridis <ragouel at outlook dot com> | ||
| 2 | 3 | ||
| 3 | pkgname=drill | 4 | pkgname=drill |
| 4 | pkgver=0.8.3 | 5 | pkgver=0.9.0 |
| 5 | pkgrel=1 | 6 | pkgrel=1 |
| 6 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" | 7 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" |
| 7 | url="https://github.com/fcsonline/drill" | 8 | url="https://github.com/fcsonline/drill" |
| 8 | depends=('openssl' 'gcc-libs') | 9 | depends=('openssl' 'gcc-libs') |
| 9 | makedepends=('cargo') | 10 | makedepends=('cargo') |
| 10 | arch=('x86_64') | 11 | arch=('x86_64') |
| 11 | license=('GPL3') | 12 | license=('GPL-3.0-or-later') |
| 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 13 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
| 13 | sha256sums=('12096bfeb57fa567f9104615c872b5fec787bacf5b9efcc9f14d496c08efe30d') | 14 | sha256sums=('ac486698c33daecb2d099fbb890d0b37ffd9baf3655d620f57932e1d398b44fc') |
| 14 | 15 | ||
| 15 | build() { | 16 | build() { |
| 16 | cd "$pkgname-$pkgver" | 17 | cd "$pkgname-$pkgver" |
